English
cURL
curl --request GET \ --url https://api.veo3api.ai/api/v1/common/credit \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": 100 }
Retrieve the current balance of credits available in your account.
All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Request successful
The response is of type object.
object