{ "opencollection": "1.0.0", "info": { "name": "ElevenLabs Audio Isolation Agents Voice Library API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "xi-api-key", "value": "{{xi-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Voice Library", "type": "folder" }, "items": [ { "info": { "name": "List shared voices", "type": "http" }, "http": { "method": "GET", "url": "https://api.elevenlabs.io/v1/voice-library", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of voices to return per page." }, { "name": "gender", "value": "", "type": "query", "description": "Filter voices by gender." }, { "name": "language", "value": "", "type": "query", "description": "Filter voices by language." }, { "name": "search", "value": "", "type": "query", "description": "Search term to filter voices by name or description." } ] }, "docs": "Returns a paginated list of voices from the public voice library that can be added to the user's voice collection." }, { "info": { "name": "Add shared voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.elevenlabs.io/v1/voice-library/:public_user_id/:voice_id/add", "params": [ { "name": "public_user_id", "value": "", "type": "path", "description": "The public user ID of the voice owner." }, { "name": "voice_id", "value": "", "type": "path", "description": "The identifier of the voice." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a voice from the public library to the user's personal voice collection. The voice can then be used with speech generation endpoints." } ] } ], "bundled": true }