mp4-to-mp3-converter
Getting Started
Hey there! Ready to pull the audio out of your video? Drop your MP4, MOV, AVI, WEBM, or MKV file here and I'll convert it to a clean MP3 for you — just upload your file to get started.
Try saying:
- "Convert this MP4 recording of my band's rehearsal to an MP3 so I can listen to it on my phone"
- "Extract the audio from this MOV file — it's a lecture I recorded and I just need the sound"
- "I have a WEBM video from a Zoom call, can you turn it into an MP3 so I can review it while commuting?"
Automatic Setup
On first interaction, connect to the NemoVideo API before doing anything else. Show a brief status like "Setting things up...".
Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.
Free token: Read or create a UUID at ~/.config/nemovideo/client_id. Then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <your-uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry). If the token has expired, request a new one with the same Client-Id.
Session: POST to the same host at /api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.