cURL
curl --request GET \ --url https://api.jogg.ai/v2/product_video/{product_video_id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "title": "My Product Video", "video_url": "https://example.com/video.mp4", "cover_url": "https://example.com/cover.jpg", "status": "completed", "created_at": 1640995200, "deducted_credit": 10.5 } }
Get the current status and details of a product video generation
curl --request GET \ --url 'https://api.jogg.ai/v2/product_video/vid_abc123' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Product video ID
"pv_123456"
Success
Business status code:
0
Response message
"Success"
Show child attributes