API Reference
Integrate UGCcreator directly into your workflow.
API Reference
The UGCcreator API allows you to programmatically trigger AI agents for video cloning and generation.
Authentication
All API requests must include your API key in the Authorization header.
Authorization: Bearer YOUR_API_KEYEndpoints
POST /v1/clone
Triggers a clone agent for a specific viral URL.
Request Body:
url(string, required): The URL of the viral source video.metadata(object, optional): Additional context for the agent.
Response:
id(string): The unique ID of the rendering job.status(string): The current status (QUEUED, PROCESSING, COMPLETED).
[!IMPORTANT] Rate limits apply to all API endpoints. Ensure you handle
429 Too Many Requestsstatus codes.