API Overview
This API returns a custom, live, AI-powered data response, structured the way you define it, for any lookup value you provide.
AI-Powered
Leveraging AI models, machine learning, specialized algorithms, and extensive knowledge bases for quick data generation and retrieval.
You Define the Output
Set the structure of the output data to be as you choose based on the topic description parameter.
Global Capability
Infinite possibilities for designing the data response, including language and character set.
Try our Custom Data Wizard, a no-code, playground-style tool, to explore data requests and refine your API parameters for this API. When you are satisfied with the results, it generates the exact API call you can use to integrate anywhere and automate access to your customized data API.
This same API also powers our Enrichment Wizard:
save a definition you built in the Custom Data Wizard as an .izparams.json file,
load it into the Enrichment Wizard, and append your custom data fields to entire CSV or TSV datasets
in automated, no-code batch mode. One data definition, three ways to use it. Contact support@interzoid.com for questions.
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. A typical use case is to change the lookup value parameter with each call once your data requirements are defined for consistent output results. The possibilities of the enrichment data you can describe and achieve are endless.
For information about AI model parameters and the AI models they represent, visit our comprehensive guide. For example, our "model-a-premium" model uses Web searches, RAG, and other data sources along with foundational models for the highest levels of data enrichment accuracy and comprehensiveness:
Explore AI Models and Credit UsageAPI Details
Endpoint
https://api.interzoid.com/getcustom
Request Format
https://api.interzoid.com/getcustom?license=[apikey]&topic=[data description]&model=[default,model-a,model-x...]&output=[column1,column2,column3...]
Sample Request
https://api.interzoid.com/getcustom?license=fh5hs7*****&topic=detailed information about companies&lookup=IBM&model=default&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/getcustom?license=fh5hs7*****&topic=detailed information about companies&lookup=IBM&model=model-x&output=["headquarters", "ceo", "website","number of employees","ticker symbol","2023 revenue","2022 revenue"]
Code Examples, Database Queries, and Specifications
Usage Examples
See quick and easy code examples in multiple programming languages, including Python, Node.js, Java, Typescript, and Go. Also see how to use within database queries on popular database platforms and open specifications such as OpenAPI.
See All ExamplesAdditional Resources
Try this API in the Custom Data Wizard
Our Custom Data Wizard lets you try this API interactively, with a guided user interface and without writing code. Define your topic and output fields, run a lookup, and the wizard generates the exact API call URL you can copy and use anywhere.
Launch the WizardWatch a YouTube demo of the Custom Data Wizard that uses this API.
Shows an example of detecting and exploring a tech stack of a given company. This configuration can be modified to fit your specific data interests.
Play NowUse this AI Custom Data API in a High-Performance, No-Code, Cloud Batch Mode.
Our Enrichment Wizard runs this API across entire CSV or TSV datasets in our parallel-processing Cloud platform with a few clicks and no code. Load a configuration you built in the Custom Data Wizard, point it at your file, and the wizard appends your custom data fields to every row. The fastest and easiest way to use this API at scale with self-defined datasets.
Start Now