netcafe-docs
N
netcafe-docs
/transcribe_audio

Transcribe audio to text

Fetch an audio file from a URL and transcribe it to text with open-source Whisper (100 languages, self-hosted). Good for voice memos, podcast clips and meeting

liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ainetcafe-netcafe-docs /transcribe_audio for me.

Input

FieldTypeDescription
url*stringPublic URL of the audio file (mp3/wav/m4a/ogg, ≤15 MB).
languagestringHint language code like "zh", "en"; default auto-detect.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-ainetcafe-netcafe-docs","endpoint":"/transcribe_audio","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /transcribe_audio -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/transcribe_audio", input: {"url":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.