v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBAvatar
Check Photo Generation Status
Check the status of photo avatar generation task by photo ID
get/v2/photo_avatar/photo
Query parameters
photo_idstring required
Example:photo_123
Photo ID from the generation task
Response
Success
Example response
{
"msg": "Success",
"data": {
"photo_id": "photo_123",
"status": "success",
"image_url_list": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"image_key_list": [
"key1",
"key2"
]
}
}