Web Presence

Baselayer users can now - without being required to first run a business verification request, and only based on the business name and address - perform a web presence request, which returns Baselayer's website analysis, and industry prediction.

This enables a more granular analysis, and more flexibility for how users decide to set up their decisioning logic.

Initiating a request

Use the POST /web_presence_requests route to initialize the request for a complete web presence analysis. The minimum required fields are name and address (as a freeform address).

When the status of the search is COMPLETED, the response of the POST /web_presence_requests will include a populated UUID under the field id, as well as the complete information of the web presence analysis.

That UUID can then be used as the input for GET /web_presence_requests to retrieve all information at a later time. The GET request does not contain any additional information compared to the response of the POST request.