Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST https://api.ugc.inc/automations/validate

Request Body

workflowDefinition
WorkflowDefinition
required
Workflow graph to validate.

Response

data
{ valid: boolean; errors: string[] }
Validation result and error messages.

TypeScript

const res = await client.automations.validateWorkflow({ workflowDefinition });