Docs · v1

API v1

Version 1 is the current MakeUGC Platform API. Each topic below is a separate, server-rendered page with endpoint headings, parameter tables, and labelled request/response examples.

Version details

Field Value
Version v1
Base URL https://app.makeugc.ai/api/platform
Auth header X-Api-Key: YOUR_API_KEY
Format JSON, except custom avatar create (multipart/form-data)
Base URL bash
https://app.makeugc.ai/api/platform

Endpoint index

Topic Methods
Video GET avatars, GET voices, POST generate, GET status
Custom avatar POST generate
Product-in-Hand POST Nova V2 / Omi-Human / Veo generate, GET status
Shopable GET packs, POST images/videos, GET status
Content Library GET templates, GET categories, POST generate, GET status
MCP Connect Claude Code / Desktop to https://mcp.makeugc.ai

Heading conventions

Endpoint pages use a fixed hierarchy so crawlers and models can extract a single topic at a time: H2 for the path, H3 for parameters or request body, and H4 for labelled code responses.

Questions

Which API version should I integrate against?

Use v1. All current Platform API routes live under https://app.makeugc.ai/api/platform and are documented at /docs/api/v1/.

Do I need a different base URL per endpoint?

No. Avatars, voices, video generation, custom avatars, Product-in-Hand, shopable, and Content Library all share the same v1 base URL.