Skip to main content
POST
/
api
/
public
/
contact
/
{aiContactId}
/
update-metadata
Update metadata to an AI contact
curl --request POST \
  --url https://api.example.com/api/public/contact/{aiContactId}/update-metadata \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "metadata": {}
}'

Headers

x-api-key
string
required

API key required to authorize the request

Path Parameters

aiContactId
string
required

ID of the AI contact

Body

application/json
metadata
object

Response

Metadata added successfully.