←Back to Marketplace
Spotify Track & Album Stream API
Transparent Pricing
$1 = ~10,000 requests
Only $0.000100 per successful 200 OK request.
Errors
Free ($0.00)
Model
Pay-as-you-go
API Overview
Converts Spotify track, album, and playlist links into playable audio buffers with complete ID3v2 metadata tags and synchronized LRC lyrics.
Key Features:
- ✓320kbps High Fidelity Audio
- ✓Full ID3 Tag Injection
- ✓Synchronized LRC Lyrics
- ✓Playlist Batch Extraction
How to Use
Base URL
https://api.fioapi.com/api/v1/spotify/track
Required Headers
// Authenticate via x-api-key headerx-api-key: YOUR_API_KEYContent-Type: application/json
Response Structure & Field Definitions
| Field | Type | Description |
|---|---|---|
| status | string | Execution status ("success" or "error") |
| total_files | integer | Total media items processed |
| name | string | Original title or extracted media filename |
| size / size_formatted | integer / string | File size in raw bytes and human-readable MB |
| quality | string | Detected resolution (e.g. 480p, 720p, 1080p, 4K) |
| normal_dlink | string | Direct CDN high-speed download link |
| fast_stream_url | object | HLS adaptive .m3u8 streaming links (360p, 480p, 720p, 1080p) |
| subtitles | array | Subtitles array (.srt / .vtt / .m3u8) with language identifiers |