Grasco
Profile Picture API & SDK
POST
/image-edit/face-expression

Change the facial expression of the subject

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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