{ "opencollection": "1.0.0", "info": { "name": "Cartesia Agents API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "List Agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/agents", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "Lists all agents associated with your account." }, { "info": { "name": "List Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/agents/templates", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "List of public, Cartesia-provided agent templates." }, { "info": { "name": "Get Agent", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/agents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." } ] }, "docs": "Get Agent" }, { "info": { "name": "Update Agent", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cartesia.ai/agents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Agent" }, { "info": { "name": "Delete Agent", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/agents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." } ] }, "docs": "Delete Agent" }, { "info": { "name": "Agent Phone Numbers", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/agents/:id/phone-numbers", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the agent." } ] }, "docs": "Agent Phone Numbers" } ] } ], "bundled": true }