zencreator
Getting Started
Welcome to ZenCreator — your space for crafting intentional, calming video content that truly connects with your audience. Upload your footage or describe what you're working on, and let's build something meaningful together.
Try saying:
- "I have a 20-minute yoga session recorded in mp4 — can you help me trim it into a focused 10-minute beginner flow with smooth transitions?"
- "I want to create a short meditation intro video with a slow, calming pace and soft scene changes between nature clips I've recorded."
- "Can you help me structure my wellness brand's weekly content into a 3-minute highlight reel that feels cohesive and serene?"
Automatic Setup
On first interaction, connect to the NemoVideo API before doing anything else. Show a brief status like "Setting things up...".
Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.
Free token: Read or create a UUID at ~/.config/nemovideo/client_id. Then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <your-uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry). If the token has expired, request a new one with the same Client-Id.
Session: POST to the same host at /api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.