{ "opencollection": "1.0.0", "info": { "name": "Vapi Analytics Provider Resources API", "version": "1.0" }, "items": [ { "info": { "name": "Provider Resources", "type": "folder" }, "items": [ { "info": { "name": "List Provider Resources", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/provider/:provider/:resourceName", "params": [ { "name": "provider", "value": "", "type": "path", "description": "The provider (e.g., 11labs)" }, { "name": "resourceName", "value": "", "type": "path", "description": "The resource name (e.g., pronunciation-dictionary)" }, { "name": "id", "value": "", "type": "query" }, { "name": "resourceId", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "This is the page number to return. Defaults to 1." }, { "name": "sortOrder", "value": "", "type": "query", "description": "This is the sort order for pagination. Defaults to 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "This is the column to sort by. Defaults to 'createdAt'." }, { "name": "limit", "value": "", "type": "query", "description": "This is the maximum number of items to return. Defaults to 100." }, { "name": "createdAtGt", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than the specified value." }, { "name": "createdAtLt", "value": "", "type": "query", "description": "This will return items where the createdAt is less than the specified value." }, { "name": "createdAtGe", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than or equal to the specified value." }, { "name": "createdAtLe", "value": "", "type": "query", "description": "This will return items where the createdAt is less than or equal to the specified value." }, { "name": "updatedAtGt", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than the specified value." }, { "name": "updatedAtLt", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than the specified value." }, { "name": "updatedAtGe", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than or equal to the specified value." }, { "name": "updatedAtLe", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than or equal to the specified value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Provider Resources" }, { "info": { "name": "Create Provider Resource", "type": "http" }, "http": { "method": "POST", "url": "https://api.vapi.ai/provider/:provider/:resourceName", "headers": [ { "name": "content-type", "value": "" } ], "params": [ { "name": "provider", "value": "", "type": "path", "description": "The provider (e.g., 11labs)" }, { "name": "resourceName", "value": "", "type": "path", "description": "The resource name (e.g., pronunciation-dictionary)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Provider Resource" }, { "info": { "name": "Get Provider Resource", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/provider/:provider/:resourceName/:id", "params": [ { "name": "provider", "value": "", "type": "path", "description": "The provider (e.g., 11labs)" }, { "name": "resourceName", "value": "", "type": "path", "description": "The resource name (e.g., pronunciation-dictionary)" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Provider Resource" }, { "info": { "name": "Update Provider Resource", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vapi.ai/provider/:provider/:resourceName/:id", "params": [ { "name": "provider", "value": "", "type": "path", "description": "The provider (e.g., 11labs)" }, { "name": "resourceName", "value": "", "type": "path", "description": "The resource name (e.g., pronunciation-dictionary)" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Provider Resource" }, { "info": { "name": "Delete Provider Resource", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vapi.ai/provider/:provider/:resourceName/:id", "params": [ { "name": "provider", "value": "", "type": "path", "description": "The provider (e.g., 11labs)" }, { "name": "resourceName", "value": "", "type": "path", "description": "The resource name (e.g., pronunciation-dictionary)" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Provider Resource" } ] } ], "bundled": true }