Base URL
Every V2 product is served from these base URLs — there is no per-product host.
Authentication
Every request requires your API key, sent in theAuthorization header. The same key works across all V2 products; see Getting Started for how to obtain and send it.
Response format
Responses share a common envelope:correlationId— a unique ID for the request; quote it in support enquiries.timeStamp— when the response was generated.details— a human-readable status message.data— the response payload, which varies by endpoint.
orderId you can poll for the result.
Orders
Products that cannot answer in real time are ordered rather than fetched. Ordering is shared infrastructure: whichever product you order, you place the order on that product’s endpoint and retrieve the result fromGET /orders/{orderId}.
Finding your way around
- Getting Started and the other guides — task-based walkthroughs for search, profiles, documents, and orders.
- API Reference (this section) — each product’s endpoints and its changelog, grouped by product.