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 } }
Retorna saldo de créditos do agente.
Chave de API obtida no dashboard
ID do agente
Créditos do agente
Show child attributes