POST endpoint to trigger an Agent run
orgId — Your organization’s ID.agentId — The agent to trigger.nodeId — The specific node within the agent to trigger.url (string, required) — The resource URL the workflow should process.notify (boolean, optional) — Whether you’d like an email notification when finished. Defaults to false.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.)message (string) — Confirmation text.status (string) — Current status of the trigger (Processing, Learning, Completed, Error).triggerId (string) — Unique identifier for this workflow run.