curl --request POST \
--url https://api.example.com/api/v1/instantClassification \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Text": "Software development and consulting services",
"Website": "https://example.com"
}
'{
"RTICs": [],
"SimilarCompanies": [],
"RSICs": [],
"RNAICs": [],
"SICs": [],
"TotalWordsProcessed": 123,
"ProcessingTimeMs": 123,
"Website": "<string>",
"Description": "<string>"
}Instant Classification
Classify a company using the instant classification service.
This endpoint requires authentication. The user must be logged in with a valid JWT token.
curl --request POST \
--url https://api.example.com/api/v1/instantClassification \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Text": "Software development and consulting services",
"Website": "https://example.com"
}
'{
"RTICs": [],
"SimilarCompanies": [],
"RSICs": [],
"RNAICs": [],
"SICs": [],
"TotalWordsProcessed": 123,
"ProcessingTimeMs": 123,
"Website": "<string>",
"Description": "<string>"
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request model for instant company classification.
Company description text to classify
1000Company website URL
500Response
Successful Response
Response model for instant company classification results.
Real Time Industry Classification codes
Show child attributes
Show child attributes
Companies with similar business activities
Show child attributes
Show child attributes
Recommended Standard Industrial Classification codes
Show child attributes
Show child attributes
Recommended North American Industry Classification codes
Show child attributes
Show child attributes
Standard Industrial Classification codes
Show child attributes
Show child attributes
Total number of words processed during classification
Processing time in milliseconds
Company website if provided
Company description text that was classified