cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/credits/status \ --header 'Authorization: Bearer <token>'
{ "status": "pending", "apiKey": "<string>", "clientId": "<string>", "balance": 123, "isNew": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.
pending
completed