Skip to main content
Get your API key and make your first request to the Specter API.
1

Get your API key

Your API key lives in the API Console. Open it and copy your key. No key yet? Click Request API Access there; requests are reviewed and approved within one business day. Send the key in the X-API-Key header on every request.
2

Make your first request

Resolve a domain to its Specter company ID. This call is free:
Response, one result group per identifier you sent:
If you receive a response, your API key is working.
3

Fetch the full profile

Take matches[0].id from that response and retrieve the full company record:
Response:
See Rate Limits & Credit Limits for your allowances and Errors for what happens when you run out.
From here, you can expand into related data (team, investors, transactions) using the returned company id.