cURL
curl --request GET \ --url https://api.jogg.ai/v2/template/custom/{id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "template_id": 123, "name": "My Template", "cover_url": "https://example.com/cover.jpg", "preview_url": "https://example.com/preview.mp4", "aspect_ratio": 0, "variables": [ { "type": "text", "name": "title" } ] } }
Retrieve detailed information about a specific custom template including its variables.
curl --request GET \ --url 'https://api.jogg.ai/v2/template/custom/tmpl_123' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Template ID
x >= 1
123
Success
Business status code:
0
Response message
"Success"
Show child attributes