Extract Audio from Video Files

View Markdown

Extract the audio from video uploads for faster AI processing.


Create an Audio Task

curl -X POST "https://api.ittybit.com/tasks" \
-H "Authorization: Bearer ITTYBIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "url": "https://example.com/video.mp4",
  "kind": "audio"
}'

The default output format is mp3.

See the Audio Tasks section for more information about available output formats.

On this page