v1
latestOpenAPI 3.1.02026-07-241695611.0 MBIndustry Prediction
Get Industry Prediction
Retrieve the Industry code prediction results.
get/naics_prediction_requests/{id}
Path parameters
idstring uuid required
The unique identifier of the Industry prediction request
Example:8f00d123-7fd6-4dc8-bdd2-e8230aadc987
The unique identifier of the Industry prediction request
Response
Successful Response
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"
}