CHARTEX
API Docs

Getting Started

Follow these steps, or and paste it into your AI code editor.


Step 1: Get Your API Credentials

Go to the API Dashboard to view your credentials:

  • App ID — your unique application identifier.
  • App Token— your secret authentication token (click "Show" to reveal).
Keep your App Token secure — it's like a password for your API access.

Step 2: Make Your First Request

Include your credentials in the request headers:

curl -X GET "https://api.chartex.com/external/v1/tiktok-sounds/" \
  -H "X-APP-ID: your-app-id" \
  -H "X-APP-TOKEN: your-app-token"

Pricing

Requests never expire and include volume discounts. .


Rate Limits

  • Burst Protection — 1,000 reqs/min.
  • Implement proper error handling for 429 (rate limit) responses.