cURL
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 } }
Get information about a specific project using its ID.
The ID of the project to retrieve information for.
Success
Business status code:
0 - Success
10104 - Record not found
10105 - Invalid API key
18020 - Insufficient credit
18025 - No permission to call APIs.
40000 - Parameter error
50000 - System error
Response message
Show child attributes
Project ID
"fa6228c0f52c4f3986e88f7ffa5d2864"
Project title
"welcome to jogg.ai"
Video duration in seconds
6
URL to the video output
"https://res.jogg.ai/video.mp4"
URL to the cover image
"https://res.jogg.ai/cover.jpg"
1 - start
2 - waiting
3 - processing
4 - success
5 - failed
99 - deleted
1
2
3
4
5
99
Description of current progress
"processing"
Creation timestamp
1732806631