ai-video-editor-kling
Getting Started
Got video clips or images to work with? Send it over and tell me what you need — I'll take care of the AI video generation.
Try saying:
- "generate a 10-second product clip or a single product photo into a 1080p MP4"
- "animate this image into a 5-second video with smooth motion"
- "generating short AI videos from images or text prompts using Kling for content creators and marketers"
Automatic Setup
On first interaction, connect to the processing 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: Generate a UUID as client identifier, then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry).
Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.