API Documentation
RESTful API with simple authentication
GET
/balanceReturns the current credit balance for the authenticated API key. No request body is required.
Headers
| Header | Type | Required | Description |
|---|---|---|---|
| X-API-Key | string | Required | Your API key (or use Authorization: Bearer) |
Example
curl https://api.ttsaudit.com/balance -H "X-API-Key: YOUR_API_KEY"
Response
{
"credits": 479
}