Free API
API key protected, free to use
Extract Audio
Extract MP3 audio from a video and optionally return a silent video.
Endpoint
POST /api/free/extract-audioFree tier: 5 RPM. Paid users: 500 RPM. Limits are shared across Free API endpoints.
Usage notes
- Returns JSON with base64 MP3 audio and a silent MP4.
API example
curl -X POST "https://apiany.ai/api/free/extract-audio" \ -H "Authorization: Bearer $API_KEY" \ -F "video=@input.mp4" \ -F "quality=high"
Playground
Calls are sent from your browser to this site using your API key.
Video file *
MP3 quality
Add an API key and required inputs to enable the request.POST /api/free/extract-audio