Sonic API Engine
The Sonic API provides a high-performance, unified interface for media discovery and delivery through our optimized global network.
Intelligent Caching
Our multi-tier caching system ensures sub-second delivery for all frequently accessed resources.
Global Edge CDN
Media is served via our high-speed global edge network for maximum stability and speed.
Why Sonic Hub?
Speed
Sub-second response times globally through our distributed architecture.
Unified
A single endpoint for both audio and video delivery across all devices.
Secure
Advanced rate limiting and identity protection built into every request.
Authentication
All requests must include a valid Authorization key. Use the standard Bearer token format or query parameters for access.
Option 1: Authorization Header
Authorization: Bearer SONIC_API_KEY
Option 2: Query Parameter
?api_key=SONIC_API_KEY
Search API
The search endpoint allows you to discover media across our global catalog with intelligent metadata resolution.
/search?q=query&api_key=SONIC_API_KEYExample Response
{
"id": "aRNfSqsgrgE",
"title": "Sheesha (Official Music Video)",
"stream_url": "https://api.sonic.soon.it/stream/aRNfSqsgrgE.mp3?api_key=...",
"cdn": "Unified-Edge"
}Stream System
Our unified delivery engine automatically selects the most efficient path for your requests.
/stream/:id.:ext?api_key=:keySupported Formats
Use .mp3 for audio and .mp4 for video. The engine automatically handles optimized delivery for all requested content.