v1

latestOpenAPI 3.0.02026-07-265013.1 KB

Get Remaining Credits

get/api/v1/common/credit

Response

Request successful

code200 | 401 | 402 | 404 | 422 | 429 | 455 | 500 | 505 required

Response Status Code

CodeDescription
200Success - Request has been processed successfully
401Unauthorized - Authentication credentials are missing or invalid
402Insufficient Credits - Account does not have enough credits to perform the operation
404Not Found - The requested resource or endpoint does not exist
422Validation Error - The request parameters failed validation checks
429Rate Limited - Request limit has been exceeded for this resource
455Service Unavailable - System is currently undergoing maintenance
500Server Error - An unexpected error occurred while processing the request
505Feature Disabled - The requested feature is currently disabled
msgstring required

Error message when code != 200

datainteger required

Remaining credit quantity

Example response

{
  "msg": "success",
  "data": 100
}
All 5 operations