Opus · Arazzo Workflow

OpusClip — clip a video and publish to social

Version 1.0.0

Clip a video, generate social copy, and publish a clip to a connected social account.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyFrontier TechVideoArtificial IntelligenceVideo EditingShort-Form VideoContent CreationSocial-MediaMediaAgentsArazzoWorkflows

Provider

opus

Workflows

clipAndPublish
Create a clip project, list clips, list social accounts, generate social copy, and publish.
5 steps inputs: videoUrl

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: OpusClip — clip a video and publish to social
  version: 1.0.0
  summary: Clip a video, generate social copy, and publish a clip to a connected social account.
sourceDescriptions:
- name: clipProjectApi
  url: ../openapi/opus-clip-project-api-openapi.yml
  type: openapi
- name: exportableclipApi
  url: ../openapi/opus-exportableclip-api-openapi.yml
  type: openapi
- name: socialPostingApi
  url: ../openapi/opus-social-posting-api-openapi.yml
  type: openapi
workflows:
- workflowId: clipAndPublish
  summary: Create a clip project, list clips, list social accounts, generate social copy, and publish.
  inputs:
    type: object
    properties:
      videoUrl:
        type: string
        default: https://www.youtube.com/watch?v=tEXaoozFRes
  steps:
  - stepId: createProject
    operationId: ClipProjectController_createClipProject
    requestBody:
      contentType: application/json
      payload:
        videoUrl: $inputs.videoUrl
    outputs:
      projectId: $response.body#/id
  - stepId: listClips
    operationId: ExportableClipController_queryExportableClips
    parameters:
    - name: q
      in: query
      value: findByProjectId
    - name: projectId
      in: query
      value: $steps.createProject.outputs.projectId
  - stepId: listSocialAccounts
    operationId: SocialAccountController_getSocialAccounts
  - stepId: generateSocialCopy
    operationId: SocialCopyJobController_createSocialCopyJob
    outputs:
      jobId: $response.body#/jobId
  - stepId: publishPost
    operationId: PostTaskController_createPostTask

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/opus-clip-and-publish"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.