Artguru Open API Platform
  1. API Endpoints
Artguru Open API Platform
  • Getting Started
    • Introduction
    • Authentication
    • Pricing
  • API Endpoints
    • Check Your Credits
      GET
    • Get Task Status
      GET
    • Upload Image
      POST
    • Photo Enhance
      POST
    • Image to Image
      POST
  1. API Endpoints

Check Your Credits

Developing
GET
/api/v1/credits
This API allows you to retrieve the Token balance of a user account, including total and remaining Tokens

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artguru.ai/api/v1/credits' \
--header 'x-api-key;'
Response Response Example
{
    "code": 0,
    "message": "success",
    "data": {
        "totalCredit": 1000,
        "usedCredit": 0,
        "remainingCredit": 1000
    }
}
Modified at 2025-10-31 03:47:10
Previous
Pricing
Next
Get Task Status
Built with