QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Avatar
Check Photo Generation Status
Check the generation status of the AI profile photo according to the photo ID
GET
/
photo_avatar
/
generation
Copy
curl --request GET \
--url https://api.jogg.ai/v1/photo_avatar/generation \
--header 'x-api-key: <api-key>'
Copy
{
"code": 123,
"msg": "<string>",
"data": {
"image_key_list": [
"<string>"
],
"image_url_list": [
"<string>"
],
"msg": "<string>",
"photo_id": "<string>",
"status": "in_progress"
}
}
Authorizations
Query Parameters
Photo ID
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request GET \
--url https://api.jogg.ai/v1/photo_avatar/generation \
--header 'x-api-key: <api-key>'
Copy
{
"code": 123,
"msg": "<string>",
"data": {
"image_key_list": [
"<string>"
],
"image_url_list": [
"<string>"
],
"msg": "<string>",
"photo_id": "<string>",
"status": "in_progress"
}
}
Assistant
Responses are generated using AI and may contain mistakes.