{ "opencollection": "1.0.0", "info": { "name": "Cartesia Agents Providers API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "List Providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/providers", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "List telephony provider accounts linked to your account." }, { "info": { "name": "Create Provider", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/providers", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Link a telephony provider account." }, { "info": { "name": "Get Provider", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/providers/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the provider account." } ] }, "docs": "Get Provider" }, { "info": { "name": "Update Provider", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cartesia.ai/providers/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the provider account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a provider's credentials." }, { "info": { "name": "Delete Provider", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/providers/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the provider account." } ] }, "docs": "Delete Provider" } ] } ], "bundled": true }