Workflows

Workflows

End-to-end workflows for video publishing, AI processing, YouTube sync, and more.

The Rad TV API provides powerful end-to-end workflows that combine multiple operations into streamlined pipelines. These are the core capabilities you can build with.

How Workflows Work

Workflows combine lower-level GraphQL mutations into higher-level operations. You can use them two ways:

  1. Compound mutations like publishVideo — a single GraphQL call that handles the full pipeline
  2. Step-by-step — call individual mutations (createContentcreateContentAssetsubmitContentForProcessingpublishContent) for full control

Both approaches are available via GraphQL and as MCP tools. The MCP agent workflows section covers the MCP-specific compound tools.

On this page