{ "opencollection": "1.0.0", "info": { "name": "ElevenLabs Audio Isolation Agents Tools API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "xi-api-key", "value": "{{xi-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tools", "type": "folder" }, "items": [ { "info": { "name": "List tools", "type": "http" }, "http": { "method": "GET", "url": "https://api.elevenlabs.io/v1/convai/tools" }, "docs": "Returns a list of tools configured for use by conversational AI agents, including webhook and MCP server integrations." }, { "info": { "name": "Create tool", "type": "http" }, "http": { "method": "POST", "url": "https://api.elevenlabs.io/v1/convai/tools", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new tool that agents can invoke during conversations. Tools can be webhook endpoints that connect to external services for real-time data retrieval or action execution." }, { "info": { "name": "Delete tool", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elevenlabs.io/v1/convai/tools/:tool_id", "params": [ { "name": "tool_id", "value": "", "type": "path", "description": "The identifier of the tool to delete." } ] }, "docs": "Deletes a tool configuration." } ] } ], "bundled": true }