Copyable requests
curl
curl -F "audio=@meeting.mp3" https://agentmediatools.com/api/transcribeSpeech to Text API
Transcribe an audio upload or public audio URL with Whisper-compatible speech recognition. Returns text, language, timed chunks, and SRT when available. One free call daily, then 2 flexible credits.
Working examples
Upload audio up to 20 MB or provide a public URL. The response includes text and, when available, language, timed chunks, duration, and SRT.
curl -F "audio=@meeting.mp3" https://agentmediatools.com/api/transcribe{"success":true,"text":"Welcome to the meeting.","language":"en","chunks":[],"srt":null,"duration":4.2}Download URLs are temporary. Save results to your own storage when the workflow needs durable retention.
The first call each day is free, then each attempt uses 2 flexible credits.
Direct audio uploads are limited to 20 MB; use a public URL for larger source files.
When the upstream result includes timed chunks, the API also returns SRT text.
One tool now, one integration later
The same Agent Media Tools account connects this operation to the wider Tool API and MCP catalog.