Grasco
Profile Picture API & SDK
POST
/image-edit/upscale

Upscale the image to a higher resolution

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.grasco.dev/image-edit/upscale" \  -H "Content-Type: application/json" \  -d '{    "imageDataUrl": "string",    "resolution": "hd"  }'
{
  "image": "string",
  "generationId": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}