AudioExtract API by Converso Empire
**AudioExtract API** allows developers to **extract high-quality audio from video files** using a scalable, asynchronous job system. ### Supported Use Cases * 🎙 Podcast generation * 🎵 Music extraction * 🤖 Bots & automation * 📼 Media servers * 🧠 AI transcription pipelines --- ## ⚙️ Supported Formats ### Input (Video) ``` mp4, mkv, webm, avi, mov, flv, m4v, ts, wmv, mpg, mpeg, 3gp, ogv, f4v, vob…
AudioExtract API by Converso Empire endpoints
| Method | Endpoint | Description |
|---|---|---|
| DELETE |
deleteJob /v1/job/{jobId} |
Delete a job and its associated files. **Use Cases:** - Remove completed jobs you no longer need - Cancel queued or processing jobs - Free up storage space **Effects:** - Job is… |
| GET |
getHealth /health |
Check the health status of the API and its dependencies. **Response includes:** - Overall API status - Current timestamp - API version |
| POST |
createBatchJobs /v1/batch |
Submit multiple extraction jobs in a single request for efficient batch processing. **Advantages:** - Process multiple files with one API call - Single webhook for all jobs in… |
| GET |
listFormats /v1/formats |
Get a complete list of supported input and output formats with their specifications. **Information Provided:** - All supported input video formats - All supported output audio… |
| GET |
downloadAudio /v1/download/{jobId} |
Download the extracted audio file for a completed job. **Important Notes:** - Files are available for 24 hours after completion - This endpoint returns the actual file, not JSON… |
| GET |
getJobStatus /v1/status/{jobId} |
Retrieve the current status and details of an extraction job. **Job Statuses:** - `queued`: Job is waiting to be processed - `processing`: Job is currently being processed -… |
| POST |
createExtractionJob /v1/extract |
Submit a new audio extraction job. This endpoint queues a job for processing and returns immediately. **Processing Flow:** 1. Job is validated and queued 2. Video is downloaded… |