cURL
curl --request POST \ --url https://api.exa.ai/websets/v0/websets/{webset}/enrichments \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "description": "<string>", "format": "text", "options": [ { "label": "<string>" } ], "metadata": {} }'
{ "id": "<string>", "object": "webset_enrichment", "status": "pending", "websetId": "<string>", "title": "<string>", "description": "<string>", "format": "text", "options": [ { "label": "<string>" } ], "instructions": "<string>", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Create an Enrichment for a Webset.
Your Exa API key
The id or externalId of the Webset
Enrichment created
The response is of type object.
object