How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bitmovin Webhooks API

The Webhooks API from Bitmovin — 21 operation(s) for webhooks.

Bitmovin Webhooks API is one of 18 APIs that Bitmovin publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 21 operations across 21 paths, and defines 20 schemas. It is described by OpenAPI 3.0.1, at version 3.0.

Requests are made against a single base URL, https://api.bitmovin.com/v1.

21 operations 21 paths 20 schemas 17 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
3.0
Base URL
https://api.bitmovin.com/v1
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Bitmovin Webhooks API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). An API key is passed in the header as X-Tenant-Org-Id (TenantOrgId). By default, every request must be authenticated.

  • ApiKeyAuth — Your Bitmovin API key
  • TenantOrgId — Your Bitmovin account organization

Paths & Operations 21

Across 21 paths, the API surfaces 21 operations — 17 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 21
POST
/notifications/webhooks/encoding/manifest/{manifest_id}/error
Add 'Manifest Error' Webhook Notification (Specific Manifest)
PostNotificationsWebhookManifestErrorByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/manifest/{manifest_id}/finished
Add 'Manifest Finished Successfully' Webhook Notification (Specific Manifest)
PostNotificationsWebhookManifestFinishedByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/manifest/error
Add 'Manifest Error' Webhook (All Manifests)
PostNotificationsWebhookManifestsError body → 201default
POST
/notifications/webhooks/encoding/manifest/finished
Add 'Manifest Finished Successfully' Webhook (All Manifests)
PostNotificationsWebhookManifestsFinished body → 201default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/encoding-status-changed
Add Encoding Changed Webhook Notification (Specific Encoding)
PostNotificationsWebhooksEncodingEncodingsEncodingStatusChangedByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/encodings/error
Add 'Encoding Error' Webhook
PostNotificationsWebhooksEncodingEncodingsError body → 201default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/error
Add Error Webhook for a specific Encoding
PostNotificationsWebhooksEncodingEncodingsErrorByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/encodings/finished
Add 'Encoding Finished' Webhook
PostNotificationsWebhooksEncodingEncodingsFinished body → 201default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/finished
Add 'Encoding Finished' Webhook for a specific Encoding
PostNotificationsWebhooksEncodingEncodingsFinishedByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/encodings/live-encoding-heartbeat
Add 'Live Encoding Heartbeat' Webhook
PostNotificationsWebhooksEncodingEncodingsLiveEncodingHeartbeat body → 201default
POST
/notifications/webhooks/encoding/encodings/live-input-stream-changed
Add Live Input Stream Changed Webhook Notification (All Encodings)
PostNotificationsWebhooksEncodingEncodingsLiveInputStreamChanged body → 202default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/live-input-stream-changed
Add Live Input Stream Changed Webhook Notification (Specific Encoding)
PostNotificationsWebhooksEncodingEncodingsLiveInputStreamChangedByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/encodings/live-manifest-ready
Add 'Live Manifest Ready' Webhook
PostNotificationsWebhooksEncodingEncodingsLiveManifestReady body → 201default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/live-manifest-ready
Add 'Live Manifest Ready' Webhook for a specific Encoding
PostNotificationsWebhooksEncodingEncodingsLiveManifestReadyByEncodingId 1 param body → 202default
POST
/notifications/webhooks/encoding/encodings/encoding-status-changed
Add Encoding Changed Webhook Notification (All Encodings)
PostNotificationsWebhooksEncodingEncodingsStatusChanged body → 202default
POST
/notifications/webhooks/encoding/encodings/transfer-error
Add 'Encoding Transfer Error' Webhook
PostNotificationsWebhooksEncodingEncodingsTransferError body → 202default
POST
/notifications/webhooks/encoding/encodings/{encoding_id}/transfer-error
Add 'Encoding Transfer Error' Webhook for a specific Encoding
PostNotificationsWebhooksEncodingEncodingsTransferErrorByEncodingId 1 param body → 202default
PUT
/notifications/webhooks/encoding/manifest/error/{notification_id}
Replace 'Manifest Error' Webhook Notification
PutNotificationsWebhookManifestErrorByNotificationId 1 param body → 202default
PUT
/notifications/webhooks/encoding/manifest/finished/{notification_id}
Replace Manifest Finished Webhook Notification
PutNotificationsWebhookManifestFinishedByNotificationId 1 param body → 202default
PUT
/notifications/webhooks/encoding/encodings/encoding-status-changed/{notification_id}
Replace Encoding Status Changed Webhook Notification
PutNotificationsWebhooksEncodingEncodingsEncodingStatusChangedByInputId 1 param body → 202default
PUT
/notifications/webhooks/encoding/encodings/live-input-stream-changed/{notification_id}
Replace Live Input Stream Changed Webhook Notification
PutNotificationsWebhooksEncodingEncodingsLiveInputStreamChangedByInputId 1 param body → 202default

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are ResponseErrorData (5 properties), ResponseEnvelope (4 properties), ResponseError (3 properties), WebhookSignature (2 properties). Each schema is shown below with its type and property counts.

ResponseEnvelope
object
4 properties 3 required
SignatureType
string
Notification
BitmovinResponse
object
1 property 1 required
Webhook
1 required
ResponseErrorData
object
5 properties 3 required
LiveEncodingHeartbeatWebhook
MessageType
string
Message
2 required
WebhookHttpMethod
string
ResultWrapper
object
1 property
Link
object
2 properties 1 required
AbstractCondition
WebhookSignature
object
2 properties 2 required
WebhookNotification
1 required
ResponseStatus
string
WebhookNotificationWithStreamConditionsRequest
WebhookNotificationWithStreamConditions
BitmovinResource
ResponseError
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bitmovin-webhooks-api-openapi.yml Raw ↑

Other APIs Bitmovin publishes across the network.

Bitmovin Player API
Bitmovin Analytics API
Bitmovin Config API
Bitmovin Configurations API
Bitmovin Emails API
Bitmovin Encodings API
Bitmovin Filters API
Bitmovin Infrastructure API
Bitmovin Inputs API
Bitmovin Live API
Bitmovin Manifests API
Bitmovin Notifications API
Where this information came from

This is an independent, third-party profile of Bitmovin Webhooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.