cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/credits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "credits": 123, "email": "<string>" } '
{ "url": "<string>", "sessionId": "<string>", "credits": 123, "amount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.