Avatar
Generate AI Avatar Photo
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Avatar
Generate AI Avatar Photo
Generate four photos based on the provided parameters
POST
/
photo_avatar
/
photo
/
generate
curl --request POST \
--url https://api.jogg.ai/v1/photo_avatar/photo/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
Body
application/json
Request parameter
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://api.jogg.ai/v1/photo_avatar/photo/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>"
}
}