Skip to main content
POST
/
contacts
/
classify
Classify contacts by business context (investor, customer, partner, etc.) using AI. Force=true re-classifies all.
curl --request POST \
  --url https://api.supersonic.cv/contacts/classify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "force": true
}'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
force
boolean

If true, re-classify all contacts. Default: only unclassified.

Response

Success

The response is of type object.