1. Get your API Key
You’ll need an API key to authenticate your requests.- Sign up or log in to the Topograph Dashboard.
- Navigate to Settings > API Keys.
- Create a new key (e.g., “Development Key”).
- Copy the key. You won’t be able to see it again.
2. Search for a Company
The entry point to Topograph is usually a search. Let’s find BNP Paribas in France.id. The id returned by search is the value to pass to other Topograph endpoints.
3. Create a Data Request
Now use thatid to create a request for company data. The /v2/company endpoint is asynchronous: it starts retrieval and returns a requestId you use to poll or correlate webhooks.
requestId and a dataStatus object. Some datapoints may already be succeeded, while others are still in_progress. The first response is not necessarily complete.
Retrieval time depends on the country and data point. Some resolve in milliseconds, others can take minutes. In rare cases (e.g., registers with manual processing), it can take hours.
4. Pick the right mode
/v2/company supports two modes:
| Mode | Use it for | What to expect |
|---|---|---|
| Verification (default) | Compliance checks and final KYB decisions | Authoritative data from official sources. Slower, but optimized for completeness. |
| Onboarding | Form prefill and early screening | Fast data with a short per-datapoint deadline. Some countries use non-authoritative fast sources. |
5. Retrieve the results
Use therequestId from step 3 to poll for the complete data. Polling is free: requests made with a requestId are never rebilled.
dataStatus show succeeded or failed. Once resolved, the response contains the full verified data: legal name, address, company status, legal representatives, and more.
6. Explore more features
Now that you have the basics, explore what else you can do:Guide to KYB onboarding
Build a KYB flow with high conversion rates
Verification Data
Retrieve high-quality, detailed data, including UBOs and company documents
Coverage & Pricing
Find live country coverage, sources, pricing, identifiers, and available documents
API Reference
Explore all endpoints and parameters
Topograph MCP for AI agents
Give Claude Code, Cursor, and other AI editors live Topograph context while they write your integration