PATCH
/
v0
/
websets
/
{webset}
/
enrichments
/
{id}
cURL
curl --request PATCH \
  --url https://api.exa.ai/websets/v0/websets/{webset}/enrichments/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "description": "<string>",
  "format": "text",
  "options": [
    {
      "label": "<string>"
    }
  ],
  "metadata": {}
}'

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

webset
string
required
id
string
required

Body

application/json