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

Image to Image

Developing
POST
/api/v1/image2image/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/image2image/generate' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "image": "https://img.artguru.ai/image/xxx.png",
    "style" : "anime",
    "prompt": "a girl",
    "negativePrompt" : "a man"
}'
Response Response Example
200 - SUCCESS - Success
{
    "code": 0,
    "message": "success",
    "data": {
        "asyncTaskQueueVO": {
            "rank": 1,
            "waitTime": 9000,
            "asyncTaskId": 130516270
        }
    }
}
Modified at 2025-10-31 07:04:48
Previous
Photo Enhance
Built with