Content delivery,
built for scale.

A unified API platform for media licensing, metadata resolution and adaptive content delivery across partner networks in the EU.

v2.4.1 ● operational Region: eu-central TLS 1.3

Platform services

Content Delivery

Low-latency streaming edge for licensed catalog assets and partner ingest pipelines.

/v1/delivery

Metadata Resolver

Canonical title, rights and availability lookups across territories and providers.

/v1/metadata

Licensing Gateway

Programmatic access to catalog licensing windows and territorial rights data.

/v1/licensing

Partner Auth

OAuth2 client credentials flow for partner and internal service authentication.

/v1/oauth/token

System status

API Gateway eu-central-1 operational
Content Edge Network eu-central-1 / eu-west-1 operational
Metadata Service eu-central-1 operational
Auth & Identity eu-central-1 operational

Quick start

// authenticate
POST https://api.media.entertainment/v1/oauth/token
Content-Type: application/json

{
  "grant_type": "client_credentials",
  "client_id": "...",
  "client_scope": "delivery.read metadata.read"
}

// resolve metadata
GET https://api.media.entertainment/v1/metadata/{asset_id}
Authorization: Bearer <token>