Stream audio or video content from decentralized storage protocols like Arweave and IPFS. This endpoint acts as a proxy that handles decentralized storage protocols and enables partial content streaming for media players.
Supported URL formats:
ar:// - Arweave URLs (e.g., ar://abc123...)ipfs:// - IPFS URLs (e.g., ipfs://Qm...)https:// - Direct HTTPS URLsThe endpoint supports HTTP Range headers for seeking within media files, returning 206 Partial Content when range requests are supported by the origin.
ar:// and ipfs:// URLs to fetchable gateway URLs| Protocol | Format | Example |
|---|---|---|
| Arweave | ar:// | ar://abc123xyz... |
| IPFS | ipfs:// | ipfs://QmXyz... |
| HTTPS | https:// | https://arweave.net/abc123... |
206 Partial Content statusContent-Range header indicating the byte rangeThe URL of the media file to stream. Supports Arweave (ar://), IPFS (ipfs://), and HTTPS URLs.
Full media content returned
The response is of type file.