API Reference

Generate cartoon or sticker from image

Generate a cartoon or sticker-style image from an input image using Qwen-Image-Edit. An example for the prompt is "Turn the characters in the image into Apple iOS-style 3D avatars".

Model:cartoon-sticker-generation-of-qwen-image-edit
Credit:21
post/v1/images/generates/sticker

AuthorizationThis endpoint requires an API key. Pass it in the api-key header on every request. Learn more

Parameters

NameTypeStatusDescription
input_image
fileRequiredImage file or URL to transform into a cartoon or sticker.
prompt
stringRequiredPrompt describing the desired cartoon or sticker style.

Responses

Image generated successfullySingleImageResponse

FieldTypeDescription
createdintegerUnix timestamp of when the response was created
dataobject[]
urlstringURL to download the result image
curl -X POST "https://api.snapedit.app/v1/images/generates/sticker" \
  -H "api-key: YOUR_API_KEY" \
  -F "input_image=@./image.jpg" \
  -F "prompt=value"
Response
{
  "created": 1745827200,
  "data": [
    {
      "url": "https://outputs.snapedit.app/outputs/abc123.png"
    }
  ]
}

Examples (1 example)

Prompt

Turn the character into a cute Apple iOS-style 3D sticker.

Input

Input 1

Output

Output