Skip to main content
POST
/
v2
/
smart-verticals
/
classify
Classify companies into smart verticals
curl --request POST \
  --url https://api.tamtam.ai/api/v2/smart-verticals/classify \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "linkedin_ids": [
    "<string>"
  ],
  "force": true,
  "user_email": "<string>"
}
'
{
  "company_count": 123,
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
linkedin_ids
string[] | null
required

LinkedIn company IDs to classify (1 to 1000)

Example:
["104924588", "1441"]
force
boolean

If true, reclassify even companies that have a fresh classification

user_email
string

Email of the user triggering classification (for attribution)

Example:

"elliot@tamtam.ai"

Response

Accepted

company_count
integer<int64>
required

Number of companies submitted for classification

status
string
required

"running" once the classification workflow has been started