Submit Image Expand Task
Image Tools
Submit Image Expand Task
Expand the canvas of an image and fill in the new areas with AI-generated content.
POST
Submit Image Expand Task
Authorizations
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Body
application/json
Source image URL
Example:
"https://example.com/image.jpg"
Original image dimensions in pixels (width:height)
Example:
"512:512"
Total canvas dimensions in pixels (width:height)
Example:
"1024:1024"
Position of the original image's top-left corner on the canvas (x:y in pixels)
Example:
"256:256"
Callback URL where results will be sent when task completes
Example:
"https://your-server.com/webhook"
Caller ID (for business association)
