API Overview
This API provides the ability to define a data response, as defined by you, for a lookup value.
AI-Powered
Leveraging AI models, machine learning, specialized algorithms, and extensive knowledge bases for quick data generation/retrieval.
You Define the Output
Set the values in the output parameter to be as you choose based on the topic parameter.
Global Capability
Infinite possibilities for designing the data response, including language and character set.
How It Works
Lookup Value | Topic Description | Output Results |
---|---|---|
IBM | detailed information about companies | hq=armonk,ceo=arvind krishna,website=www.ibm.com,revenue=$62.1 billion,number employees... |
Las Vegas | healthcare data by city | life expectancy years=78.1,flu vaccination coverage=38.3%,diabetes=10.1%,ER visit rate... |
85250 | real estate information by zip code | city=Scottsdale,population=53145,school district=Scottsdale Unified,median price=850000,avg rental... |
Duke | information about universities | conference=ACC,enrollment=16780,graduation rate=95%,teacher student ratio=6:1,tuition=$63,000,endowment... |
Verona | travel information about Italian cities | region=Veneto,local dish=Risotto all'Amarone,best restaurant=12 apostoli,famous church=San Zeno Maggiore,local wine=Amarone |
baseball | best non-fiction book about a subject | book name=Moneyball,author=Michael Lewis,year published=2003,... |
2002 | super bowls by year | stadium=Superdome,winner=Patriots,loser=Rams,score=20-17,mvp=Tom Brady,winning coach=Bill Belichick,... |
https://developer.microsoft.com/en-us/ | get root domain of a URL | root domain=microsoft.com,company=Microsoft,location=Redmond WA,... |
France | translate term by language | German=Frankreich,Italian=Francia,Swedish=Frankrike,Japanese Hirigana=ふらんす,Japanese Kanji=仏国,Greek=Γαλλία,... |
The API retrieves custom data as described by the topic and output parameters using AI and various data sources. Typical use case is to change the lookup value with each call once your data requirements are defined. The possibilities are endless.
API Details
Endpoint
https://api.interzoid.com/getcustom
Request Format
https://api.interzoid.com/getcustom?license=[apikey]&topic=[data description]&output=[column1,column2,column3...]
Sample Request
https://api.interzoid.com/getcustom?license=fh5hs7*****&topic=detailed information about companies&lookup=IBM&output=["headquarters", "ceo", "website","number of employees","ticker symbol","2023 revenue","2022 revenue"]
Sample Response
{"headquarters":"Armonk, New York, United States","ceo":"Arvind Krishna","website":"https://www.ibm.com","number of employees":"288,300","ticker symbol":"IBM","2023 revenue":"$77.1 billion","2022 revenue":"$60.5 billion","Code":"Success","Credits":"200983"}
cURL Example (with API key in header)
curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getcompanymatchadvanced?https://api.interzoid.com/getcustom?license=fh5hs7*****&topic=detailed information about companies&lookup=IBM&output=["headquarters", "ceo", "website","number of employees","ticker symbol","2023 revenue","2022 revenue"]
Additional Resources
Use this API in a High-Performance, No-Code, Cloud Batch Mode
Our No-Code batch tool enables you to quickly use this API within our parallel-processing Cloud platform, processing text files (CSV/TSV) with a few clicks and without writing code. This is the fastest and easiest way to use this API with higher volumes of data, enabling an infinite amount of self-defined data output.
Start Now