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 POST \ --url https://app.autoposting.ai/api-proxy/clips/estimate-cost \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "durationMs": 60000 } '
{ "success": true, "data": { "estimatedCredits": 5, "availableCredits": 100, "sufficient": true } }
Estimate the credit cost for rendering a clip of a given duration.
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Clip duration in milliseconds.
60000
Credit estimate.
true
Show child attributes
Was this page helpful?