Expand the canvas of an image and fill in the new areas with AI-generated content.
Documentation Index
Fetch the complete documentation index at: https://docs.weryai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Source image URL
"https://example.com/image.jpg"
Original image dimensions in pixels (width:height)
"512:512"
Total canvas dimensions in pixels (width:height)
"1024:1024"
Position of the original image's top-left corner on the canvas (x:y in pixels)
"256:256"
Callback URL where results will be sent when task completes
"https://your-server.com/webhook"
Caller ID (for business association)