Trigger a Clipping Agent
POST endpoint to trigger an Agent run
POST
Documentation Index
Fetch the complete documentation index at: https://docs.overlap.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
- Path Parameters
orgId— Your organization’s ID.agentId— The agent to trigger.nodeId— The specific node within the agent to trigger.
This URL will be provided to you by navigating to Clipping Agents -> Agent -> Trigger via API
Authentication
All requests must include a valid Bearer token:Request Body
url(string, required) — The resource URL the workflow should process.notify(boolean, optional) — Whether you’d like an email notification when finished. Defaults tofalse.title(string, optional) — Override title for the video. A title will be generated if it is not provided.render(boolean, optional) — Defaults to false. Does not wait for final video rendering. Set this to true if you want the final rendered video returned. Note, this will add ~3 minutes to the processing time.prompt(string, optional) — Overrides the default clip-finding prompt in the clipping agent. Use sparingly as this will fully replace the current promptpromptAdjustment(string, optional) — Text prompt appended to the end of the main clipping agent prompt. Frequently used to inject information that is only known at runtime (i.e. more video information, etc.)
Sample Response
message(string) — Confirmation text.status(string) — Current status of the trigger (Processing,Learning,Completed,Error).triggerId(string) — Unique identifier for this workflow run.