{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Websets API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Websets", "type": "folder" }, "items": [ { "info": { "name": "List all Websets", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/websets", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The cursor to paginate through the results" }, { "name": "limit", "value": "", "type": "query", "description": "The number of Websets to return" }, { "name": "search", "value": "", "type": "query", "description": "Search term to filter Websets by ID, external ID, or title" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns a list of Websets.\n\nYou can paginate through the results using the `cursor` parameter.\n\nYou can filter results using the `search` parameter to find Websets by ID, external ID, or title." }, { "info": { "name": "Create a Webset", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/websets", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Creates a new Webset with optional search, import, and enrichment configurations. The Webset will automatically begin processing once created.\n\nYou can specify an `externalId` to reference the Webset with your own identifiers for easier integration." }, { "info": { "name": "Get a Webset", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/websets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id or externalId of the Webset." }, { "name": "expand", "value": "", "type": "query", "description": "Expand the response with the specified resources" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get a Webset" }, { "info": { "name": "Update a Webset", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/websets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id or externalId of the Webset" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update a Webset" }, { "info": { "name": "Delete a Webset", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.exa.ai/v0/websets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id or externalId of the Webset" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Deletes a Webset.\n\nOnce deleted, the Webset and all its Items will no longer be available." }, { "info": { "name": "Cancel a running Webset", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/websets/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id or externalId of the Webset" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Cancels all operations being performed on a Webset.\n\nAny enrichment or search will be stopped and the Webset will be marked as `idle`." } ] } ], "bundled": true }