All systems operational
API v3.2 · released 14 July 2026

Video delivery infrastructure for developers

Ingest, transcode and stream media at scale. Adaptive bitrate output, signed delivery URLs and edge caching through a single REST API.

99.98%Uptime (90 days)
41 msMedian edge latency
26PoP locations
8.4 PBDelivered this month

Platform capabilities

Everything needed to move a video file from upload to playback.

Adaptive transcoding

Automatic H.264 / H.265 / AV1 ladders from 240p to 4K, generated on ingest.

Chunked delivery

HLS and MPEG-DASH manifests with byte-range segment fetch and resumable downloads.

Signed access

Short-lived tokens scoped per asset, per viewer session or per IP range.

Webhooks

Delivery receipts for asset.ready, asset.failed and playback events.

API reference

Base URL — https://api.mediaforge.io/v3

MethodEndpointDescription
POST/video/uploadCreate an upload session and receive a signed ingest URL
GET/video/downloadFetch an encoded asset or an individual media segment
HEAD/video/downloadProbe segment size and cache validators without a body
GET/video/{id}/manifestReturn the HLS or DASH manifest for an asset
GET/video/{id}/statusCurrent transcoding state and rendition list
POST/video/{id}/thumbnailGenerate a poster frame at a given timestamp
GET/assetsPaginated list of assets in the workspace
DELETE/assets/{id}Remove an asset and purge it from the edge
GET/usageBandwidth and storage counters for the billing period

Quickstart

Request a media segment with a signed session token.

# fetch a segment of an encoded asset
curl "https://api.mediaforge.io/v3/video/download" \
  -H "Authorization: Bearer $MEDIAFORGE_KEY" \
  -H "Accept: application/octet-stream" \
  --get \
  --data-urlencode "asset=6f2c91ab" \
  --data-urlencode "rendition=1080p" \
  --output segment.mp4

Pricing

Metered monthly. No minimum commitment.

Delivery

$0.008 per GB egress, billed per region tier.

Transcoding

$0.014 per output minute across all renditions.

Storage

$0.019 per GB-month for source and encoded files.

Enterprise

Volume pricing, private PoPs and an SLA on request.

Service status

Last checked

ComponentRegionState
Ingest APIeu-centralOK
Transcoding queueeu-centralOK
Edge deliveryglobalOK
WebhooksglobalOK