API Playground
Validate integrations with real API paths
Choose a core endpoint to inspect the path, JSON body, and curl example. Enter an API key to send requests, review response history, and use parameter helpers to update common fields.
GET
/v1/usage?limit=20&offset=0Profile compatibility
Legacy Profile checks are served by the current CN /v1/usage query for account balance, API usage, and recent credit transactions.
Request example
Base URL
https://kittaaudio.comGET /v1/usage?limit=20&offset=0
curl
curl -X GET "https://kittaaudio.com/v1/usage?limit=20&offset=0" \ -H "Authorization: Bearer $KITTA_API_KEY"
All Open API requests require a Bearer API key.
Task creation endpoints usually return a task id, then use the detail endpoint to query results.
Response
Send a request to show the status code and response body here.
Response history
No request records in this page yet.