PublicDocs.sections.guides
PublicDocs.pages.gettingStarted.title
PublicDocs.pages.gettingStarted.description
Quickstart
Enable Public API access for the target workspace.
Create a workspace-scoped API key in Trendtrack.
Start with a shell endpoint such as GET /v1/me or GET /v1/workspace.
Use GET /v1/usage to inspect current balance and usage state.
First request
curl -X GET "https://api.trendtrack.io/v1/me" \
-H "Authorization: Bearer <your_api_key>"Shell endpoints are the safest way to validate authentication, request IDs, and workspace resolution before you move on to metered business endpoints.
What to keep open
- Authentication — key format and ownership
- Credits & Billing — metered behavior and balance tracking
- API Reference — current surface and raw references