cURL
curl --request GET \ --url https://api.jogg.ai/v2/template_video/{video_id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "video_id": "video_123456789", "status": "completed", "created_at": 1640995200, "completed_at": 1640995500, "data": { "video_name": "My Template Video", "url": "https://example.com/video.mp4", "cover_url": "https://example.com/cover.jpg", "duration_seconds": 30.5, "deducted_credit": 10.5 } } }
Retrieve video information, status, and metadata by video ID
curl --request GET \ --url 'https://api.jogg.ai/v2/template_video/video_123456789' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Video ID
"video_123456789"
Success
Business status code:
0
Response message
"Success"
Show child attributes