business-search
Long-tail business resolver. API-only service.
Endpoints
POST /api/lookup— resolve a business (requiresx-api-keyheader)GET /api/health— service status + env diagnostics
Example
curl -X POST https://<host>/api/lookup \
-H "x-api-key: $KEY" \
-H "content-type: application/json" \
-d '{
"name": "Bruce Charles Designs",
"address": { "city": "Plano", "state": "TX" },
"trace": true
}'