v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Industry Prediction

Post Naics Prediction Request

Submit an ad-hoc NAICS code prediction request.

post/naics_prediction_requests

Headers

Preferstring nullable

Request execution preference (RFC 7240). Use respond-async for asynchronous execution, wait=N to specify a synchronous timeout hint in seconds, or priority=low to route the task to the low-priority queue.

Example:respond-async

Request execution preference (RFC 7240). Use respond-async for asynchronous execution, wait=N to specify a synchronous timeout hint in seconds, or priority=low to route the task to the low-priority queue.

Request body

namestring required

The name of the business.

addressstring required

The address of the business.

alternative_namesstring[] nullable

Alternative names for the business (e.g., DBA names)

officer_namesstring[] nullable

List of business officers' names.

websitestring nullable

The website URL associated with the business.

phone_numberstring nullable

A phone number associated with the business.

emailstring nullable

An email address associated with the business.

reference_idstring nullable

An optional reference ID to associate with the request.

Response

Response

idstring uuid required

Unique identifier for the NAICS prediction request.

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
business_idstring uuid nullable

The ID of the business for which the NAICS code was predicted.

business_search_idstring uuid nullable

The ID of the business search from which this NAICS prediction request originated.

errorstring nullable

Any errors that occurred during the NAICS prediction request.

reference_idstring nullable

An optional reference ID associated with this request, inherited from the parent search.

created_atstring date-time required

The date and time when the NAICS prediction request was created.

Example response

{
  "id": "e772808e-6836-4611-919c-bbcf4b1c028a",
  "business_id": "167932b7-9c5b-4935-a6b3-8620b029b244",
  "business_search_id": "7dcbee79-1c47-4b2c-9220-a02bdd56fab5",
  "predicted_naics": {
    "code": "336111",
    "title": "Automobile Manufacturing",
    "accuracy": 1,
    "keywords": [
      "Automobiles",
      "Manufacturing",
      "Cars",
      "Trucks"
    ],
    "reasoning": "Based on homepage content mentioning automobile manufacturing and assembly processes."
  },
  "reference_id": "Search1234",
  "created_at": "2026-07-16T19:24:27.701451"
}