API Overview
This API provides a match score (likelihood of matching) from 1-99 between two organization names, where 99 is the highest possible match.
AI-Powered
Leveraging Generative AI, specialized language models, and various algorithms for accurate matching.
Scoring System
Provides a match score from 1 to 99, allowing for precise comparison of organization names.
Global Capability
Handles international organization names with advanced matching techniques.
How It Works
Org 1 | Org 2 | Match Score (1-99) |
---|---|---|
Amazon.com | Amazon Inc. | 87 |
GE | Gen Electric | 90 |
Netflix | Netflicks INC | 92 |
St. Mary Hospital | Mercy Hospital | 15 |
Société Générale | Société Général Ltd | 95 |
The API compares two organization names and returns a match score indicating their similarity.
API Details
Endpoint
https://api.interzoid.com/getorgmatchscore
Request Format
https://api.interzoid.com/getorgmatchscore?license=[licensekey]&org1=[organization name]&org2=[organization name]
Sample Request
https://api.interzoid.com/getorgmatchscore?license=fh5hs7*****&org1=amazon.com&org2=Amazon Inc.
Sample Response
{"Score":"90","Code":"Success","Credits":5828243}
cURL Example (with API key in header)
curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getorgmatchscore?org1=amazon.com&org2=Amazon%20Inc."
Optional SDKs
Node.js
View PackageGitHub
View RepositoryAdditional Resources
Learn More About Organization and Company Name Match Scoring
Discover more about the intricacies and applications of company/organization name match scoring in our detailed blog post.
Read Blog PostWeb Matching Wizard
No coding necessary - try our Cloud Data Connect Web matching wizard to see our Matching APIs in action with entire datasets using an intuitive browser interface.
Launch WizardOptional OpenAPI Specification
An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.
It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.
YAML JSON