1. Get an API key
Sign up at lavendly.ai and create an API key from your dashboard. You’ll use it in theAuthorization
header on every request.
2. Render a video from a single prompt
The simplest possible call: a workflow with one shot, rendered server-side.3. Add a voiceover and a music bed
Once you have a workflow, attach extra tracks to a shot:4. Give an agent the same capability
Anything you just did with cURL, an agent can do through the agent skills interface. The same operations are exposed as tools; the same idempotency keys keep retries safe. Try this prompt in any agent that’s been wired up to Lavendly:Create a 5-second video of a fox in a bookshop, narrate it in a warm voice with captions, lay a cozy ambient track underneath, and send me the URL when it’s done.That’s six tool calls and a render. No glue code on your side.
What’s next
Wire an agent in
Two-minute setup for Claude Desktop, Cursor, and other agent runtimes.
Node SDK
Cookbook patterns.
Python SDK
Cookbook patterns.
API reference
Every operation, response shape, and error code.