One-click effects and full Compose recipes for AI video. Pick an effect, open a production recipe, or pass the right slug to the API.
Every effect below opens in the playground template browser. Featured effects come first.















Compose turns a topic, script, or product idea into a planned, voiced, captioned short-form video. The cards below come from the same live recipe catalog used by the playground and API.
Templates work on the generation endpoints by adding a single template field to the request body:
curl https://api.empiriolabs.ai/v1/videos/generations \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-o3",
"template": "<template-slug>",
"prompt": "Describe your subject."
}'Compose is a full production workflow. List recipes, plan the storyboard, then render the final video:
curl https://api.empiriolabs.ai/v1/videos/compose \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"recipe": "custom",
"mode": "plan",
"brief": "Explain why cold plunge clips went viral.",
"aspect_ratio": "9:16",
"scene_count": 5
}'Compose currently exposes 20 caption styles and 8 custom visual style presets from the live catalog, so playground output and API output stay aligned.
ट्रेंडिंग एआई वीडियो और छवि प्रभावों के लिए क्यूरेटेड रेसिपी। प्रत्येक टेम्पलेट में एक विशिष्ट रूप या प्रारूप के लिए एक ट्यून किया गया सेटअप होता है, इसलिए एक क्लिक (या एक एपीआई फ़ील्ड) प्रॉम्प्ट इंजीनियरिंग के बिना प्रभाव पैदा करता है।
Compose recipes are full-production workflows. They plan scenes, create or select visuals, add voiceover, captions, optional music, and return a finished short-form video.
Yes. Pass "template": "<slug>" on POST /v1/videos/generations or POST /v1/images/generations along with your prompt, and the template is applied to the request.
Yes. Use GET /v1/videos/compose/recipes to list public recipe metadata, then call POST /v1/videos/compose with mode: "plan" or mode: "render".
प्रत्येक टेम्पलेट में एक अनुशंसित मॉडल होता है जिस पर इसे ट्यून किया गया था, और कई कई मॉडलों का समर्थन करते हैं। जब आप कोई टेम्पलेट चुनते हैं तो खेल का मैदान अनुशंसित मॉडल का चयन करता है; एपीआई पर आप मॉडल आईडी खुद चुनते हैं।
ओपन खेल के मैदान में टेम्पलेट ब्राउज़र, एक टेम्पलेट चुनें, और उत्पन्न करें। बिलिंग आपके द्वारा चलाए जाने वाले मॉडल की सामान्य pay-as-you-go दर है।
हमारे मूल्य निर्धारण की जाँच करें या यदि आप चाहते हैं कि आपका अपना मॉडल हमारे स्टैक पर तैनात किया जाए, तो पहुंचें।