Opus · Arazzo Workflow

OpusClip — clip a video and export clips

Version 1.0.0

Submit a long-form video, wait for clipping, list clips, and export a collection.

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

Provider

opus

Workflows

clipAndExport
Create a clip project from a video URL, list the resulting clips, then export them.
3 steps inputs: videoUrl

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: OpusClip — clip a video and export clips
  version: 1.0.0
  summary: Submit a long-form video, wait for clipping, list clips, and export a collection.
sourceDescriptions:
- name: clipProjectApi
  url: ../openapi/opus-clip-project-api-openapi.yml
  type: openapi
- name: exportableclipApi
  url: ../openapi/opus-exportableclip-api-openapi.yml
  type: openapi
workflows:
- workflowId: clipAndExport
  summary: Create a clip project from a video URL, list the resulting clips, then export them.
  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: getProject
    operationId: ClipProjectController_getClipProjectDetail
    parameters:
    - name: projectId
      in: path
      value: $steps.createProject.outputs.projectId
  - stepId: listClips
    operationId: ExportableClipController_queryExportableClips
    parameters:
    - name: q
      in: query
      value: findByProjectId
    - name: projectId
      in: query
      value: $steps.createProject.outputs.projectId
    - name: pageNum
      in: query
      value: 1

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-export"
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.