원클릭 효과와 AI 영상용 전체 Compose 레시피. 효과를 선택하거나, 생산 레시피를 열거나, 적절한 슬러그를 API에 전달하세요.
아래의 모든 효과는 playground 템플릿 브라우저에서 열립니다. 특징 효과가 우선입니다.
Compose는 주제, 대본 또는 제품 아이디어를 계획된, 음성 처리, 자막이 포함된 짧은 형식 영상으로 변환합니다. 아래 카드들은 playground와 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는 완전한 프로덕션 워크플로우입니다. 레시피를 나열하고, 스토리보드를 계획한 후 최종 영상을 렌더링하세요:
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는 현재 라이브 카탈로그에서 20가지 캡션 스타일과 8가지 커스텀 시각 스타일 프리셋을 공개해 playground 출력과 API 출력이 일치하도록 유지됩니다.
트렌딩 AI 영상 및 이미지 효과를 위한 엄선된 레시피. 각 템플릿은 특정 외형이나 형식에 맞게 조정된 설정을 가지고 있어, 한 번의 클릭(또는 한 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.
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 요금입니다.