Skip to main content
POST
Instant Classification

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Request model for instant company classification.

Text
string | null

Company description to classify. Send either Text or Website, not both.

Maximum string length: 1000
Website
string | null

Company website URL to classify. Send either Website or Text, not both.

Maximum string length: 500

Response

Successful Response

Response model for instant company classification results.

RTICs
ClassificationResult · object[] | null

Real Time Industry Classification codes

SimilarCompanies
SimilarCompany · object[] | null

Companies with similar business activities

RSICs
RSIC · object[] | null

Recommended Standard Industrial Classification codes

RNAICs
RNAIC · object[] | null

Recommended North American Industry Classification codes

SICs
SIC · object[] | null

Standard Industrial Classification codes

TotalWordsProcessed
integer | null

Total number of words processed during classification

ProcessingTimeMs
integer | null

Processing time in milliseconds

Website
string | null

Company website if provided

Description
string | null

Company description text that was classified

Last modified on July 30, 2026