API access
Build UGC generation into Cursor, Claude, and your workflows
YourUGC exposes a REST API and MCP-compatible endpoints so AI agents can script, generate, and deliver video ads on command. Ideal for creative automation, performance marketing teams, and product builders.
Cursor
Generate UGC videos from your IDE with natural language commands.
Claude
Connect via MCP or REST so Claude can script, generate, and deliver ads.
MCP
Model Context Protocol server for any compatible AI agent or automation stack.
REST API
Standard HTTPS endpoints for your backend, n8n, Zapier, or custom pipelines.
Generate a video with one request
Authenticate with your API key, submit a script and character, then poll or listen for a webhook when the export is ready.
- Create an API key in your dashboard
- POST /api/v1/videos with script, language, and quality
- Receive the MP4 URL when status is completed
curl -X POST https://api.yourugc.ai/v1/videos \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"script": "I finally found a serum that works.",
"character_id": "actor_4821",
"language": "en",
"quality": "standard"
}'Connect your AI assistant
Add the YourUGC MCP server to Cursor or Claude Desktop. Then ask your agent to generate UGC variants, swap languages, or batch test hooks without leaving the chat.
MCP server package ships with API Pro and Enterprise plans.
{
"mcpServers": {
"yourugc": {
"command": "npx",
"args": ["-y", "@yourugc/mcp-server"],
"env": {
"YOURUGC_API_KEY": "sk_live_..."
}
}
}
}API endpoints
Full OpenAPI documentation is available in the dashboard after signup.
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/videos | Create a new UGC video job |
| GET | /api/v1/videos/:id | Poll status and get the final URL |
| GET | /api/v1/characters | List available AI actors |
| POST | /api/v1/characters | Upload or generate a custom actor |
| GET | /api/v1/credits | Check remaining credit balance |
Pricing
Simple, transparent pricing
Build agents, automations, and custom workflows on top of YourUGC.
API Starter
2,000 credits / month
- 2,000 credits / month
- 1,000+ AI creators
- 50+ languages
- REST API + webhooks
- Batch generation
- MCP-compatible endpoints
API Pro
6,000 credits / month
- Everything in API Starter
- 6,000 credits / month
- 5x higher concurrency
- Priority queue
- Cursor & Claude connectors
- Workflow automation
API Enterprise
Volume discounts, custom SLAs, and white-label options
Talk to sales- Everything in API Pro
- Volume-based pricing
- Dedicated Slack support
- White-label license
- Custom integrations
Full API docs and MCP setup on the API access page. Business plan includes basic API access.
Ready to automate UGC?
Start with a $1 trial, then upgrade to an API plan when you are ready to ship integrations.