Dolby.io · Arazzo Workflow

Dolby OptiView Enable Recording Webhook and Token

Version 1.0.0

Register a recording webhook, then create a publish token that records its streams.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub MediaStreamingReal-Time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayerArazzoWorkflows

Provider

dolby-io

Workflows

enable-recording-webhook-and-token
Create a recording webhook and a recording-enabled publish token.
Registers a webhook for recording events and creates a publish token that records its bound streams.
2 steps inputs: authorization, label, streamName, webhookUrl outputs: token, tokenId, webhookId
1
createWebhook
Register a webhook subscribed to recording events. Returns the webhook id and the HMAC signing secret.
2
createRecordingToken
Create a publish token with recording enabled so the broadcaster's bound stream is captured. Returns the token id and broadcaster JWT.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dolby OptiView Enable Recording Webhook and Token
  summary: Register a recording webhook, then create a publish token that records its streams.
  description: >-
    Wires up server-side recording notifications and a recording-enabled
    broadcast token for Dolby OptiView Real-time Streaming. The workflow first
    registers a webhook subscribed to recording events (so your backend is told
    when recordings start and finish), then creates a publish token with
    recording enabled so the broadcaster's streams are captured. The flow
    chains the webhook id into its outputs and ties both resources to the same
    broadcaster setup. Every step inlines its Bearer Authorization header and
    request body so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4270.80
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4270.80
      capability_name: Webhook & Event Subscription Management
      spec: dolby-io-webhook-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: publishtokenApi
  url: ../openapi/dolby-io-publishtoken-api-openapi.yml
  type: openapi
- name: webhookApi
  url: ../openapi/dolby-io-webhook-api-openapi.yml
  type: openapi
workflows:
- workflowId: enable-recording-webhook-and-token
  summary: Create a recording webhook and a recording-enabled publish token.
  description: >-
    Registers a webhook for recording events and creates a publish token that
    records its bound streams.
  inputs:
    type: object
    required:
    - authorization
    - webhookUrl
    - label
    - streamName
    properties:
      authorization:
        type: string
        description: Bearer Authorization header value (e.g. "Bearer <API Secret>").
      webhookUrl:
        type: string
        description: The URL that will receive recording event callbacks.
      label:
        type: string
        description: Human-readable label for the publish token.
      streamName:
        type: string
        description: The stream name the publish token is bound to.
  steps:
  - stepId: createWebhook
    description: >-
      Register a webhook subscribed to recording events. Returns the webhook id
      and the HMAC signing secret.
    operationId: createWebhook
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    requestBody:
      contentType: application/json
      payload:
        url: $inputs.webhookUrl
        isRecordingHooks: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      webhookId: $response.body#/id
      secret: $response.body#/secret
  - stepId: createRecordingToken
    description: >-
      Create a publish token with recording enabled so the broadcaster's bound
      stream is captured. Returns the token id and broadcaster JWT.
    operationId: createPublishToken
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    requestBody:
      contentType: application/json
      payload:
        label: $inputs.label
        streams:
        - streamName: $inputs.streamName
          isRegex: false
        record: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tokenId: $response.body#/id
      token: $response.body#/token
      record: $response.body#/record
  outputs:
    webhookId: $steps.createWebhook.outputs.webhookId
    tokenId: $steps.createRecordingToken.outputs.tokenId
    token: $steps.createRecordingToken.outputs.token

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/dolby-io-enable-recording-webhook-and-token-workflow"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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