ElevenLabs MCP Server

get_audio_file

Get the audio file content for a specific job

Input Schema

NameRequiredDescriptionDefault
job_idYesID of the job to get audio file for

Input Schema (JSON Schema)

{ "properties": { "job_id": { "description": "ID of the job to get audio file for", "type": "string" } }, "required": [ "job_id" ], "type": "object" }