Industry Discovery
Create Industry Search
Create Industry Search endpoints allow you to start a new industry discovery request. You provide a business name and location details, and TrueBiz creates a search record. The response includes a unique identifier for the search, which can be used to retrieve the results from the corresponding retrieval endpoint once processing is complete. In addition to the the ID returned in the response body, the full retrieval URL is also included in the Location header sent with the response.
This API requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.
post/api/v1/industry-searches
Request body
Response
Accepted
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-08-14T22:40:18.297Z",
"updated_at": "2026-08-14T22:40:18.297Z"
}