Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Use your APIPod API key as a Bearer token in the Authorization header.

Body

application/json
model
string
required

Public APIPod model ID.

Allowed value: "wan2.7-image-edit"
prompt
string
required
Required string length: 1 - 5000
image_urls
string[]
required

The positive prompt for the edit image generation.

size
enum<string>
default:1K

Output image resolution parameters.

Available options:
1K,
2K
watermark
boolean
default:false

Whether to add a watermark, which will be placed in the bottom right corner of the image.

n
enum<integer>
default:1
Available options:
1,
2,
3,
4
Required range: 1 <= x <= 4

Response

200 - application/json

Task accepted

Standard response for task submission

code
integer
required
data
Task Submit Data · object
required

Data content for task submission

message
string
required