cURL
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>" ] }
portrait
landscape
square
Successful response