Faceless channels are everywhere because they scale: no camera, no face, no editing software, just a topic turned into a clean vertical short. EmpirioLabs makes that loop one step. You give a topic, and the script, the voiceover, the gameplay background, the on screen visuals, and the bold captions are generated and stitched into a finished YouTube Short or Reel.
Because nothing depends on filming, you can produce a faceless short whenever you have an idea, and keep a consistent look across every video.
See it in action
What you need
Just a topic. Type something to explain, or paste a full script to have it read word for word. Pick a gameplay background and a caption style, then generate.
How to make a faceless short
1. Open the Compose tab
In the EmpirioLabs playground, open Templates and switch to the Compose tab.
2. Pick a recipe
Gameplay Explainer keeps it fully faceless with a voiceover and image cutaways. Cartoon Narrator adds an original character without using your face.
3. Enter your topic and pick a background
Add a brief or a script, then choose a gameplay background style.
4. Generate
You get an editable storyboard, then the finished vertical video ready to post.
Using it via the API
curl https://api.empiriolabs.ai/v1/videos/compose \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"recipe": "gameplay-explainer",
"mode": "plan",
"brief": "Three space facts that sound fake but are true",
"gameplay_style": "open-world-drive"
}'
Poll /v1/jobs/{id} for the storyboard, then send it back with "mode": "render" for the final MP4.
定价
Compose bills per generation step at the normal EmpirioLabs rates for the models it uses, with no separate template fee.
Try it now
Open the Gameplay Explainer in the EmpirioLabs playground, or browse every recipe on the generation templates page. Full API details are in the documentation.



