POST
/
photo_avatar
/
new_look
/
generate
curl --request POST \
  --url https://api.jogg.ai/v1/photo_avatar/new_look/generate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "age": "Adult",
  "appearance": "<string>",
  "aspect_ratio": 0,
  "avatar_style": "Professional",
  "background": "<string>",
  "ethnicity": "European",
  "gender": "Female",
  "image_url": "<string>",
  "model": "classic"
}'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "photo_id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json

Request parameter

The body is of type object.

Response

200
application/json

OK

The response is of type object.