POST
/
upscale
curl --request POST \
  --url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/upscale \
  --header 'Content-Type: application/json' \
  --data '{
  "imageUrl": "<string>"
}'
{
  "imageUrl": "<string>",
  "status": "<string>",
  "message": "<string>"
}
This operation costs 8 credits.

Body

application/json
imageUrl
string
required

Response

200
application/json
Successful response
imageUrl
string | null
required
status
string
required
message
string | null
required