Documentation
AI agents research and resolve business entities in real-time, going beyond static databases to find hard-to-locate businesses with minimal web presence
Government records provide the foundation, but AI agents research beyond static databases to find entities with minimal online presence
Direct integrations with government registrars worldwide, plus AI consensus models for restricted jurisdictions ensure truly global entity coverage
When cached data isn't available, AI agents conduct real-time web research using multiple tools and sources, similar to human researchers
AI agents research entities from unstructured data
Comprehensive business data enrichment
Operating entity identification from domains
AI-researched corporate ownership structures
curl -X POST 'https://api.savvyiq.ai/v3/entity-resolution/async' \
-H 'apikey: YOUR_API_KEY' \
-H 'content-type: application/json' \
-d '{"name": "Datadog", "location": "New York, NY"}'
# -> { "status": "pending", "run_id": "run_..." }
curl 'https://api.savvyiq.ai/v3/runs/run_344tSxhAVACWbuENINJ9D' \
-H 'apikey: YOUR_API_KEY' Response:
{
"run_id": "run_344tSxhAVACWbuENINJ9D",
"status": "matched",
"match_confidence": 100,
"type": "business",
"subtype": "incorporated_entity",
"entity": {
"id": "siq_33d67jj0wJESjEdFHMhuQ",
"display_name": "Datadog",
"legal_name": "DATADOG, INC.",
"status": "active",
"website": "https://www.datadoghq.com/",
"primary_legal_entity": {
"id": "le_2Zp3Yy6S7O6Btccq56WOH",
"jurisdiction": "US-DE"
},
"identifiers": [
{ "type": "registration_id", "value": "4832851", "jurisdiction": "US-DE" },
{ "type": "cik", "value": "0001561550" },
{ "type": "lei", "value": "549300F6JNO0KRPO1K63" }
],
"...": "..."
}
} Start with the basics and build your first integration
Jump into detailed guides and workflows
Deep dive into how our system works