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

Photo Enhance

Developing
POST
/api/v1/enhance/generate

Request

Header Params

Body Params application/json

Examples

Responses

🟢200SUCCESS
application/json
Body

🟢200UNSUB
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artguru.ai/api/v1/enhance/generate' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "image": "https://img.artguru.ai/image/aigc/web%26p%262b56c03baf2a76d683eefe3edee15fb6.webp?expires=1755917270"
}'
Response Response Example
200 - SUCCESS - Success
{
    "code": 0,
    "message": "success",
    "data": {
        "parentTaskId": "1884827201313509376",
        "tasks": [
            {
                "taskId": "1884827452166443008",
                "asyncTaskQueueVO": {
                    "rank": 1,
                    "waitTime": 10000
                }
            }
        ],
        "queueStatus": "PENDING"
    }
}
Modified at 2025-10-31 07:03:19
Previous
Upload Image
Next
Image to Image
Built with