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

Suggest creative edits for the image

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

imageDataUrl*string

Response Body

curl -X POST "https://api.grasco.dev/image-edit/suggest" \  -H "Content-Type: application/json" \  -d '{    "imageDataUrl": "string"  }'
[
  {
    "type": "adjustment",
    "title": "string",
    "prompt": "string"
  }
]
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}