{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Enrichments API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Enrichments", "type": "folder" }, "items": [ { "info": { "name": "Create an Enrichment", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/websets/:webset/enrichments", "params": [ { "name": "webset", "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": "Create an Enrichment for a Webset." }, { "info": { "name": "Get an Enrichment", "type": "http" }, "http": { "method": "GET", "url": "https://api.exa.ai/v0/websets/:webset/enrichments/:id", "params": [ { "name": "webset", "value": "", "type": "path", "description": "The id or externalId of the Webset" }, { "name": "id", "value": "", "type": "path", "description": "The id of the Enrichment" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get an Enrichment" }, { "info": { "name": "Update an Enrichment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.exa.ai/v0/websets/:webset/enrichments/:id", "params": [ { "name": "webset", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update an Enrichment configuration for a Webset." }, { "info": { "name": "Delete an Enrichment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.exa.ai/v0/websets/:webset/enrichments/:id", "params": [ { "name": "webset", "value": "", "type": "path", "description": "The id or externalId of the Webset" }, { "name": "id", "value": "", "type": "path", "description": "The id of the Enrichment" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "When deleting an Enrichment, any running enrichments will be canceled and all existing `enrichment_result` generated by this Enrichment will no longer be available." }, { "info": { "name": "Cancel a running Enrichment", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/v0/websets/:webset/enrichments/:id/cancel", "params": [ { "name": "webset", "value": "", "type": "path", "description": "The id or externalId of the Webset" }, { "name": "id", "value": "", "type": "path", "description": "The id of the Enrichment" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "All running enrichments will be canceled. You can not resume an Enrichment after it has been canceled." } ] } ], "bundled": true }