For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
WebsiteModelsPricingGet Started
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • GETList all templates
      • GETGet a template
      • GETList video templates
      • GETGet a video template
      • GETList image templates
      • GETGet an image template
Logo
WebsiteModelsPricingGet Started
API ReferenceTemplates

Get a video template

GET
https://api.empiriolabs.ai/v1/videos/templates/:slug
GET
/v1/videos/templates/:slug
$curl https://api.empiriolabs.ai/v1/videos/templates/baseball-stadium \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json"
1{
2 "slug": "baseball-stadium",
3 "display_name": "Baseball Stadium",
4 "category": "viral",
5 "description": "A dynamic video template capturing the excitement of a packed baseball stadium with cheering fans and vibrant atmosphere.",
6 "recommended_model": "kling-o3",
7 "supported_models": [
8 "kling-o3",
9 "kling-o4",
10 "stadium-v1"
11 ],
12 "default_params": {
13 "aspect_ratio": "16:9",
14 "duration": 10
15 },
16 "required_inputs": {
17 "image": true,
18 "video": true,
19 "min_images": 1,
20 "max_images": 3,
21 "text_allowed": true
22 },
23 "metadata": {
24 "cover_position": "center",
25 "suggested_prompts": [
26 "crowd cheering at baseball game",
27 "night game under stadium lights",
28 "fans waving flags"
29 ],
30 "picker_label": "Baseball Stadium Scenes"
31 },
32 "cover_image_url": "https://cdn.empiriolabs.ai/templates/baseball-stadium/cover.jpg",
33 "preview_video_url": "https://cdn.empiriolabs.ai/templates/baseball-stadium/preview.mp4",
34 "modality": "video",
35 "is_featured": true,
36 "display_order": 3,
37 "updated_at": "2024-01-15T09:30:00Z"
38}
Was this page helpful?
Previous

List image templates

Next
Built with

Authentication

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Path parameters

slugstringRequired

Response

Template detail.
slugstring
display_namestring
categoryenum
descriptionstring
recommended_modelstring
supported_modelslist of strings
default_paramsmap from strings to any
required_inputsobject
metadatamap from strings to any

Template-level UI hints (cover positioning, suggested prompts, picker labels). Fields are customer-safe.

cover_image_urlstring or null
preview_video_urlstring or null
modalityenum
Allowed values:
is_featuredboolean
display_orderinteger
updated_atdatetime

Errors

404
Not Found Error