Image Extender(Outpaint)
Develop Env
Develop Env
POST
/external/api/v3/user_activity/outpaint
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/external/api/v3/user_activity/outpaint' \
--header 'x-api-key: Paste your generated api-key here' \
--header 'Content-Type: application/json' \
--data-raw '{
"input_image_link": "https://ai-image-editor-wasabi-bucket.apyhi.com/uncrop_assets/original_images/image%2010.webp",
"aspect_ratio" : "SQUARE"
}'
Response Response Example
{}
Request
Header Params
x-api-key
string
required
Example:
Paste your generated api-key here
Content-Type
string
required
Example:
application/json
Body Params application/json
Responses
Modified at 2024-07-30 06:33:43