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://app.autoposting.ai/api-proxy/usage/tokens \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "period": "30d", "total": 482000, "breakdown": { "agents": 210000, "ideaGeneration": 95000, "carouselGeneration": 80000, "postRewrite": 52000, "captionGeneration": 30000, "other": 15000 }, "dailyUsage": [ { "date": "2024-01-10", "tokens": 18000 }, { "date": "2024-01-09", "tokens": 14000 } ] } }
Detailed breakdown of AI token consumption by feature and time period.
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Time period: 7d, 30d, 90d. Default: 30d.
7d
30d
90d
Token usage breakdown.
Show child attributes
Was this page helpful?