무료 API
API 키로 보호되며 무료로 사용 가능
Extract Audio
Extract MP3 audio from a video and optionally return a silent video.
엔드포인트
POST /api/free/extract-audio무료 등급: 5 RPM. 유료 사용자: 500 RPM. 제한은 모든 무료 API 엔드포인트에서 공유됩니다.
사용 안내
- Requires ffmpeg in the runtime container.
- Returns JSON with base64 MP3 audio and a silent MP4.
API 예시
curl -X POST "https://api.apiany.ai/api/free/extract-audio" \ -H "Authorization: Bearer $API_KEY" \ -F "video=@input.mp4" \ -F "quality=high"
Playground
요청은 브라우저에서 이 사이트로 API 키를 사용해 전송됩니다.
Video file *
MP3 quality
API 키와 필수 입력값을 추가하면 요청을 실행할 수 있습니다.POST /api/free/extract-audio