POST
/
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
imageUrl
string
required
orientation
enum<string>
required
Available options:
portrait,
landscape,
square

Response

200
application/json
Successful response
status
string
required
message
string
imageUrls
string[]