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.
Des recettes sélectionnées pour des effets vidéo et image d’IA tendance. Chaque modèle porte une configuration réglée pour un look ou un format spécifique, donc un clic (ou un champ API) produit l’effet sans ingénierie de demande.
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".
Chaque modèle a un modèle recommandé sur lequel il a été réglé, et beaucoup prennent en charge plusieurs modèles. Le terrain de jeu présélectionne le modèle recommandé lorsque vous choisissez un modèle; sur l’API, vous choisissez vous-même l’identifiant du modèle.
Ouvrir la Navigateur de modèles dans le terrain de jeu, choisissez un modèle, et générez. La facturation correspond au tarif normal de pay-as-you-go du modèle que vous utilisez.
Consultez nos tarifs ou contactez-nous si vous souhaitez que votre propre modèle soit déployé sur notre stack.