Get Remaining Credits
Common API
Get Remaining Credits
Retrieve the current balance of credits available in your account.
GET
Get Remaining Credits
Documentation Index
Fetch the complete documentation index at: https://docs.veo3api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage Guide
- Use this endpoint to check your current credit balance
- Monitor usage to ensure sufficient credits for continued service
- Plan credit replenishment based on your usage patterns
Developer Notes
- Credit balance is required for all generation services
- Service access will be restricted when credits are depleted
- Credits are consumed based on the specific service and usage volume
Authorizations
All APIs require authentication via Bearer Token.
Get API Key:
- Visit API Key Management Page to get your API Key
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Response
Request successful
Response status code
| Code | Description |
|---|---|
| 200 | Success - Request has been processed successfully |
| 401 | Unauthorized - Authentication credentials are missing or invalid |
| 404 | Not Found - The requested resource or endpoint does not exist |
| 500 | Server Error - An unexpected error occurred while processing the request |
Available options:
200, 401, 404, 500 Error message when code != 200
Example:
"success"
Remaining credit quantity
Example:
100
