BixelDocs
API reference

Resolve up to 1,000 identifiers

POST
/v1/resolve/batch

List-in intake: every row runs the same resolve ladder as GET /v1/resolve and answers a per-row match or miss envelope. Tracked-domain misses register demand; unknown domains are logged as coverage candidates — a pasted CRM export becomes coverage. Optional watch attach: watch:true with watch_subscription_id adds resolved, servable companies to that subscription in the same call (normal watch tier caps apply). Requires an API key (a free key is fine); request cost is batch-weighted, about 1 credit per 100 rows, capped at 10.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/resolve/batch" \  -H "Content-Type: application/json" \  -d '{    "identifiers": [      "string"    ]  }'
{  "data": {    "results": [      {        "identifier": "string",        "match": {          "bixel_id": "string",          "name": "string",          "domain": "string",          "slug": "string",          "status": "active",          "matched_via": "bixel_id",          "confidence": 0,          "web_presence": "domain_rooted",          "record_available": true,          "why": [            "string"          ],          "superseded": {            "bixel_id": "string"          }        },        "tracked": {},        "miss": {          "logged": true        }      }    ],    "summary": {      "total": 0,      "matched": 0,      "tracked": 0,      "unknown": 0,      "invalid": 0    },    "watch": {      "subscription_id": "string",      "attached": 0,      "already_watched": 0,      "not_watchable": 0    }  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string",    "window": {      "served_from": "string",      "earliest_event_at": "string",      "events_beyond_window": true    }  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}