{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Imports API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Imports", "type": "folder" }, "items": [ { "info": { "name": "List Imports", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/imports", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "The cursor to paginate through the results" }, { "name": "limit", "value": "", "type": "query", "description": "The number of results to return" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Lists all imports for the Webset." }, { "info": { "name": "Create an Import", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/imports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Creates a new import to upload your data into Websets. Imports can be used to:\n\n- **Enrich**: Enhance your data with additional information using our AI-powered enrichment engine\n- **Search**: Query your data using Websets' agentic search with natural language filters\n- **Exclude**: Prevent duplicate or already known results from appearing in your searches\n\nOnce the import is created, you can upload your data to the returned `uploadUrl` until `uploadValidUntil` (by default 1 hour)." }, { "info": { "name": "Get Import", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the Import" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Gets a specific import." }, { "info": { "name": "Update Import", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.exa.ai/v0/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the Import" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Updates a import configuration." }, { "info": { "name": "Delete Import", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.exa.ai/v0/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the Import" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Deletes a import." } ] } ], "bundled": true }