v1
latestOpenAPI 3.1.02026-07-1353090.4 KBPhoto Avatars
Generate photo avatar photos
This endpoint will generate photos that can be used to create photo avatars, returns a generation id, which can be used in the check generation status endpoint to get status and final image/image keys
post/v2/photo_avatar/photo/generate
Request body
Response
200
Example response
{
"data": {
"generation_id": "51be01eda38e4c2b9836f06957f66b7d"
}
}