Hedra · API
Looking for the Hedra API?
A REST API lets you generate video programmatically from any backend, worker, or automation. As of July 2026, Hedra offers: platform api (image + video). If you want to generate UGC video programmatically and auto-publish it, AgentMedia is the agent-native alternative: a REST API, TypeScript and Python SDKs, a CLI, and an MCP server, all on the $39 Creator plan.
Hedra API: the current status
Hedra is a character-video API without a UGC publishing pipeline. API status as of July 2026: Platform API (image + video). AgentMedia ships the full developer surface so any agent on your team can create, caption, and publish video without a designer in the loop.
Hedra vs AgentMedia: developer surface
| Tool | API | CLI | MCP | Auto-publish | Pricing |
|---|---|---|---|---|---|
| AgentMedia | REST + TS/Python SDKs | Yes (30+ commands) | Yes | TikTok / IG / YouTube / X | Credits, from $39/mo |
| Hedra | Platform API (image + video) | No CLI | No MCP server | No | Credits + subscription |
Integration status is factual as of July 2026. Verify current details on each vendor's site.
Generate + publish UGC video with the AgentMedia API
1. Call the REST API
curl -X POST https://agent-media.ai/api/v1/generate \ -H "Authorization: Bearer $AGENTMEDIA_KEY" \ -d '{"type":"ugc","script":"...","actor":"naomi","publish":["tiktok"]}'2. Or use an SDK
npm install @agentmedia/sdk # or: pip install agent-media3. Auto-publish
agent-media publish --channels tiktok,instagram,youtube
Frequently asked questions
- Does Hedra have an API?
- As of July 2026, Hedra offers: Platform API (image + video). Hedra is a character-video API without a UGC publishing pipeline. AgentMedia is the agent-native alternative. It ships a REST API, TypeScript and Python SDKs, a CLI, and an MCP server.
- What is the best Hedra alternative with API support?
- AgentMedia. It exposes the same render pipeline through MCP, CLI, REST, and SDKs, and can auto-publish to TikTok, Instagram, YouTube, and X. Plans start at $39/month.
- How do I generate UGC video from an AI agent?
- Install the AgentMedia MCP server (`npx @agentmedia/mcp-server`) or the Claude skill (`npx skills add gitroomhq/agent-media`), then ask your agent to create and publish a video in one prompt.
- How much does AgentMedia cost versus Hedra?
- AgentMedia is credit-based from $39/month (3,900 credits). Hedra uses credits + subscription. See the comparison table above.
Put your agent on the social grind
Script, render, caption, and auto-publish UGC video in one command, from your terminal, API, or AI agent.
Get started free