{ "opencollection": "1.0.0", "info": { "name": "Cartesia Agents Voices API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Voices", "type": "folder" }, "items": [ { "info": { "name": "List Voices", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/voices", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query", "description": "Search voices by name, description, or ID." }, { "name": "is_owner", "value": "", "type": "query" }, { "name": "gender", "value": "", "type": "query" }, { "name": "language", "value": "", "type": "query" }, { "name": "expand[]", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of voices, with search and filtering." }, { "info": { "name": "Clone Voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/voices/clone", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "clip", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" }, { "name": "language", "type": "text", "value": "" }, { "name": "base_voice_id", "type": "text", "value": "" } ] } }, "docs": "Clones a new voice from an uploaded audio clip." }, { "info": { "name": "Get Voice", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/voices/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the voice." } ] }, "docs": "Get Voice" }, { "info": { "name": "Update Voice", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cartesia.ai/voices/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the voice." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates voice metadata (name, description)." }, { "info": { "name": "Delete Voice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/voices/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the voice." } ] }, "docs": "Delete Voice" }, { "info": { "name": "Localize Voice", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/voices/localize", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new voice from an existing voice localized to a new language and dialect." } ] } ], "bundled": true }