Skip to main content
POST
/
v2
/
smart-verticals
/
reclassify
Reclassify all classified companies
curl --request POST \
  --url https://api.tamtam.ai/api/v2/smart-verticals/reclassify \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_email": "<string>"
}
'
{
  "company_count": 123,
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
user_email
string

Email of the user triggering reclassification (for attribution)

Example:

"elliot@tamtam.ai"

Response

Accepted

company_count
integer<int64>
required

Number of companies queued for reclassification

status
string
required

"running" if a workflow was started, "no_companies" if there are no classified companies