POST
/
photo_avatar
/
add_motion
curl --request POST \
  --url https://api.jogg.ai/v1/photo_avatar/add_motion \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "description": "<string>",
  "image_url": "<string>",
  "model": "1.0",
  "name": "<string>",
  "photo_id": "<string>",
  "voice_id": "<string>"
}'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "avatar_id": 123,
    "motion_id": "<string>",
    "name": "<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.