Skip to main content

Endpoint

POST https://api.ugc.inc/automations/run-once

Request Body

templateId
string
required
Template ID to run once.

Response

data
{ runIds: string[] }
Created run IDs.

TypeScript

const res = await client.automations.runOnce({ templateId: 'tpl_123' });