OpusClip · AsyncAPI Specification

Opusclip Webhooks

Version

View Spec View on GitHub CompanyConsumerVideoArtificial IntelligenceVideo EditingShort-Form VideoSocial-MediaContent CreationMCPDeveloper APIAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-20'
method: searched
source: https://help.opus.pro/api-reference/webhook
spec_type: Webhooks
notes: >-
  OpusClip documents webhooks but publishes no AsyncAPI document. Webhooks are
  opt-in per project via a conclusionActions[] entry of type WEBHOOK carrying the
  callback url (the CLI exposes --webhook). Delivery is signed with HMAC-SHA256.
delivery:
  registration: 'per-project conclusionActions[] entry: {type: WEBHOOK, url, notifyFailure}'
  signing:
    algorithm: HMAC-SHA256
    formula: HMAC-SHA256(secretKey, body + salt)
    secret: your OpusClip API key (sk_... value); the first key created signs
    headers:
    - name: X-Opus-Signature
      description: HMAC-SHA256 hash of the request body combined with the salt.
    - name: X-Opus-Salt
      description: 8 random bytes (hex), regenerated for every request.
    - name: X-Opus-Timestamp
      description: Unix time in seconds.
    verification: raw-body capture, constant-time compare, timestamp validation and salt replay-tracking recommended.
events:
- name: project
  description: Fired when a clip project reaches a terminal stage (completed/failed). Set notifyFailure to also receive failures.

Work with this as data

Every AsyncAPI spec 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 asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec 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 AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/opusclip-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?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.