cURL
curl --request GET \ --url https://api.jogg.ai/v2/templates/custom \ --header 'x-api-key: <api-key>'
{ "code": 0, "msg": "Success", "data": { "templates": [ { "id": 123, "name": "<string>", "cover_url": "<string>", "preview_url": "<string>", "aspect_ratio": 0 } ] } }
Retrieve a list of user’s custom templates with optional filtering by aspect ratio.
curl --request GET \ --url 'https://api.jogg.ai/v2/templates/custom' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Filter by aspect ratio
portrait
landscape
square
"portrait"
Success
Business status code:
0
Response message
"Success"
Show child attributes