Expand the canvas of an image and fill in the new areas with AI-generated content.
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 x height)
"512x512"
Total canvas dimensions in pixels (width x height)
"1024x1024"
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)