cURL
curl --request GET \ --url https://api.rask.ai/v2/credits \ --header 'Authorization: Bearer <token>'
{ "minutes": { "total": 123, "used": 123 }, "video": { "total": 123, "used": 123 }, "lipsync_free_minutes": { "total": 123, "used": 123 } }
Get user credits.
Documentation IndexFetch the complete documentation index at: https://docs.api.rask.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.api.rask.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User credits
Show child attributes