Sign up
Create your TingTing account at app.tingting.io. Once your account is active, you can log in and start using the API.
Log in
Send your credentials to the login endpoint. On success, the API sets a JWT access cookie in your browser or HTTP client that you use in subsequent requests.Response
The JWT access cookie set at login expires after 1 day. For long-lived integrations, generate a persistent API token in the next step.
Generate an API token
Use your ResponseStore this
access token from the login response to generate a long-lived API token. No request body is needed.token securely. You use it as your Authorization: Bearer value for all future requests.Make an authenticated request
Verify your token works by calling the dashboard endpoint.A successful response returns your account summary — credit balance, campaign counts, and usage statistics.
Create your first campaign
With a working token, you’re ready to create a voice campaign. Head to the Campaign API reference to see the full request body, available voices, and scheduling options.