Get Generated Video
Get Generated Video
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Get Generated Video
Get Generated Video
Get information about a specific project using its ID.
GET
/
project
curl --request GET \
--url https://api.jogg.ai/v1/project \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"id": "fa6228c0f52c4f3986e88f7ffa5d2864",
"title": "welcome to jogg.ai",
"video_duration": 6,
"video_url": "https://res.jogg.ai/video.mp4",
"cover_url": "https://res.jogg.ai/cover.jpg",
"status_code": 4,
"status_desc": "processing",
"created_at": 1732806631
}
}
Authorizations
Query Parameters
The ID of the project to retrieve information for.
Response
200 - application/json
Success
The response is of type object
.
curl --request GET \
--url https://api.jogg.ai/v1/project \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"id": "fa6228c0f52c4f3986e88f7ffa5d2864",
"title": "welcome to jogg.ai",
"video_duration": 6,
"video_url": "https://res.jogg.ai/video.mp4",
"cover_url": "https://res.jogg.ai/cover.jpg",
"status_code": 4,
"status_desc": "processing",
"created_at": 1732806631
}
}