Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.timelyai.com.br/v1/agents/{id}/credits \ --header 'x-api-key: <api-key>'
{ "data": { "credits_remaining": 123, "credits_used": 123, "credits_total": 123 } }
Returns the credit balance for an agent.
API key obtained from the dashboard
Agent ID
Agent credits
Show child attributes