생성 템플릿

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.

Effect templates

Every effect below opens in the playground template browser. Featured effects come first.

바이럴비디오바이럴비디오바이럴비디오바이럴비디오바이럴비디오바이럴비디오월드컵 카드 템플릿 미리보기바이럴이름 *바이럴비디오바이럴비디오바이럴비디오상업비디오초상화비디오바이럴비디오바이럴비디오바이럴비디오비디오비디오확장비디오비디오비디오비디오비디오비디오비디오비디오비디오바이럴비디오바이럴비디오Frutiger Aero 템플릿 미리보기바이럴이름 *시네마틱비디오시네마틱비디오모션비디오시네마틱비디오변환비디오변환비디오다크 판타지 템플릿 미리보기바이럴이름 *드림코어 템플릿 미리보기바이럴이름 *라이트 판타지 템플릿 미리보기바이럴이름 *브레인로트 템플릿 미리보기바이럴이름 *폴라로이드 템플릿 미리보기초상화이름 *치비 캐릭터 템플릿 미리보기초상화이름 *Y2K 템플릿 미리보기초상화이름 *스크랩북 템플릿 미리보기초상화이름 *영화 포스터 템플릿 미리보기시네마틱이름 *편집자 초상화 템플릿 미리보기초상화이름 *스튜디오 제품 샷 템플릿 미리보기제품이름 *백그라운드 스왑 템플릿 미리보기수정이름 *소셜 애드 크리에이티브 템플릿 미리보기사회이름 *

Compose recipes

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.

CustomautoBest model: seedance-2-0-fastTalking Head비디오Best model: wan-2-7Marketing비디오Best model: seedance-2-0-fastStory비디오Best model: seedance-2-0-proEntertainment비디오Best model: seedance-2-0-pro브레인로트비디오Best model: wan-2-7브레인로트이름 *Best model: seedance-2-0-fastCaptions비디오Best model: deepgram-nova-3FacelessautoBest model: seedance-2-0-fastFacelessautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastStoryautoBest model: seedance-2-0-fastListicleautoBest model: seedance-2-0-fastTalking Head비디오Best model: wan-2-7FacelessautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastStoryautoBest model: seedance-2-0-proStoryautoBest model: seedance-2-0-proStoryautoBest model: seedance-2-0-proAestheticautoBest model: seedance-2-0-proAestheticautoBest model: seedance-2-0-proListicleautoBest model: seedance-2-0-fastNewsautoBest model: seedance-2-0-fastNewsautoBest model: seedance-2-0-fastEntertainmentautoBest model: seedance-2-0-proMarketingautoBest model: seedance-2-0-fast

Use templates and Compose with the API

Templates work on the generation endpoints by adding a single template field to the request body:

cURL
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:

Compose plan
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
  }'
Open the Generation Templates API docs

Compose controls

Compose currently exposes 20 caption styles and 8 custom visual style presets from the live catalog, so playground output and API output stay aligned.

생성 템플릿: 흔한 질문들

생성 템플릿이란 무엇인가요?

트렌딩 AI 영상 및 이미지 효과를 위한 엄선된 레시피. 각 템플릿은 특정 외형이나 형식에 맞게 조정된 설정을 가지고 있어, 한 번의 클릭(또는 한 API 필드)만으로도 프롬프트 엔지니어링 없이도 효과를 낼 수 있습니다.

What is Compose?

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.

API를 통해 생성 템플릿을 사용할 수 있나요?

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.

Can I use Compose through the API?

Yes. Use GET /v1/videos/compose/recipes to list public recipe metadata, then call POST /v1/videos/compose with mode: "plan" or mode: "render".

템플릿은 어떤 모델을 사용하나요?

모든 템플릿에는 튜닝된 추천 모델이 있고, 많은 템플릿이 여러 모델을 지원합니다. 플레이그라운드는 템플릿을 선택할 때 추천 모델을 미리 선택해줍니다; API에서는 모델 ID를 직접 선택합니다.

어떻게 시도해볼 수 있을까요?

자주 묻는 질문 놀이터에서의 템플릿 브라우저템플릿을 선택해서 생성하세요. 청구는 당신이 운영하는 모델의 정상 pay-as-you-go 요금입니다.

더 나은 엔드포인트를 사용할 준비가 되셨나요?

저희 가격을 확인하시거나 저희 스택에 자체 모델을 배포하고 싶으시면 연락해 주세요.