cURL
curl --request POST \ --url https://api.jogg.ai/v2/create_video_from_product/render_single_preview \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "preview_id": "preview_123" } '
{ "code": 0, "msg": "Success", "data": { "video_id": "video_789", "status": "processing" } }
Generate final video from a selected preview
curl --request POST \ --url 'https://api.jogg.ai/v2/create_video_from_product/render_single_preview' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "preview_id": "preview_123" }'
API key for authentication. Obtain your key from the JoggAI dashboard.
Preview ID from preview list
"preview_123"
Success
Business status code:
0
Response message
"Success"
Show child attributes