cURL
curl --request PATCH \ --url https://api.exa.ai/websets/v0/imports/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "metadata": {}, "title": "<string>" }'
{ "id": "<string>", "object": "import", "status": "pending", "format": "csv", "entity": { "type": "company" }, "title": "<string>", "count": 123, "metadata": {}, "failedReason": "invalid_format", "failedAt": "2023-11-07T05:31:56Z", "failedMessage": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Updates a import configuration.
Your Exa API key
The id of the Import
Import updated successfully
The response is of type object.
object