Klamdo — AI Content Engine for Creators and Agents
Generate identity-locked 4K images and 5-second vertical videos from a single reference photo — or connect your AI agent and generate full content packages…
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Generate Image: Generate a 4K identity-locked image using the user's Klamdo reference photo. Returns a job ID. Use check_job to poll for the result. Costs 3 credits.
- Generate Video: Generate a 5-second vertical identity-locked video on Klamdo. Requires a startFrameAssetId from upload_start_frame. If omitted, falls back to image generation. Costs 6 credits.
- Upload Start Frame: Upload a start-frame image for video generation. Provide a public HTTPS image URL — Klamdo fetches it, stores it, and returns an assetId you pass to generate_video.
What data it sees
Do you need an account
An API key from the service settings is required
Generate identity-locked 4K images and 5-second vertical videos from a single reference photo — or connect your AI agent and generate full content packages: scripts, captions, images, video, voiceover, ebook outlines, slide decks, and landing page copy, all returned as a typed manifest your agent can act on.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| generate_image | Generate a 4K identity-locked image using the user's Klamdo reference photo. Returns a job ID. Use check_job to poll for the result. Costs 3 credits. |
| generate_video | Generate a 5-second vertical identity-locked video on Klamdo. Requires a startFrameAssetId from upload_start_frame. If omitted, falls back to image generation. Costs 6 credits. |
| upload_start_frame | Upload a start-frame image for video generation. Provide a public HTTPS image URL — Klamdo fetches it, stores it, and returns an assetId you pass to generate_video. |
| check_job | Check the status of a Klamdo generation job. Returns status, download URLs, and a suggested social caption when complete. |
| get_account | Get the current Klamdo account status including credit balance, plan tier, and free sample eligibility. |
| list_jobs | List recent Klamdo generation jobs for this account, ordered newest first. Shows status, mode (image/video), prompt preview, and creation date. |
| list_packages | List Klamdo's available agentic packages, including expected deliverables, required plan tier, and estimated credits for this account. |
| create_package | Create a Klamdo agentic package job from a business prompt. Returns a package ID and manifest URL for downstream agents to consume. |
| get_package | Get the current status of a Klamdo package job, including progress, deliverable counts, and manifest URL. |
| get_package_manifest | Fetch the structured package manifest for a Klamdo package. This is the agent-ready output contract for downstream building and publishing. |