User
Image Management
Image edits
Image edits
Expand
POST
https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/
/
expand
curl --request POST \
--url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/expand \
--header 'Content-Type: application/json' \
--data '{
"imageUrl": "<string>",
"orientation": "portrait"
}'
{
"status": "<string>",
"message": "<string>",
"imageUrls": [
"<string>"
]
}
This operation costs 8 credits.
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
curl --request POST \
--url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/expand \
--header 'Content-Type: application/json' \
--data '{
"imageUrl": "<string>",
"orientation": "portrait"
}'
{
"status": "<string>",
"message": "<string>",
"imageUrls": [
"<string>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.