is_allowed field indicating whether the authenticated user's subscription plan grants access to that template.ai — AI-generated video templatesstock — Stock footage-based templatessketch — Sketch/illustration-style templatesinfinite_zoom — Infinite zoom effect templates?category=ai to filter templates by category.name — Template namecategory — Template category (ai, stock, sketch, infinite_zoom)footage_type — Type of footage usedaspect_ratio — Video aspect ratiopreview — Video preview URLthumbnail_src — Thumbnail image URLis_allowed — Whether the user's plan allows using this templatevoice_id — Default voice IDvoice_provider — Voice provider (e.g. 11lab)mood — Template moodattributes — Additional template attributes (JSON)curl --location --request GET 'https://api.zebracat.ai/v1/templates?limit&offset&category' \
--header 'X-API-KEY: <api-key>'[
{
"name": "string",
"user_style_id": 0,
"footage_type": "ugc_fs",
"style_id": "infinite_zoom_in",
"avatar": 0,
"character_consistency": true,
"aspect_ratio": "horizontal",
"has_caption": true,
"voice_id": "string",
"voice_provider": "11lab",
"is_premium_voice": true,
"mood": "happy",
"is_music_enabled": true,
"preview": "string",
"category": "infinite_zoom",
"attributes": {},
"thumbnail_src": "string",
"is_allowed": true,
"region": "string"
}
]