For Agents
An agent can standardize and deduplicate messy contact and address data, generate fuzzy-match similarity keys to join or merge records, validate emails and enrich phone numbers and zip codes, convert currencies at live rates, and look up local time, weather, or page-load latency, all through Interzoid's single-endpoint GET APIs. Each call is read-only and returns structured JSON, so an agent can chain several Interzoid lookups inside one data-cleansing or enrichment workflow.
Interzoid packages data-matching, standardization, and enrichment as many focused single-call GET endpoints rather than one heavy platform, so an agent can pick exactly the lookup it needs and pay per credit. Its similarity-key approach lets deduplication and cross-system joins run as hash-style matches instead of brittle string comparison.
Use for: Cleaning, matching, standardizing, and enriching contact and address records with Interzoid's single-call GET APIs: similarity keys for dedup, city and state standardization, email and phone and zip enrichment, currency conversion, and time, weather, and page-load lookups.
Not supported: full address validation, geocoding, historical FX data, weather forecasts, money movement, carrier identity lookup
Credentials: All Interzoid APIs use one authentication model: a single Interzoid license key passed as the 'license' query parameter, so the same key covers every endpoint in the portfolio.
Across 19 Interzoid APIs: 16 third-party, 3 Jentic-generated, all indexed by Jentic and kept validated and agent-ready.
Interzoid is a data-quality and enrichment provider whose APIs help clean, match, standardize, and enrich records. The portfolio covers fuzzy-match similarity keys for addresses, cities, countries, company names, and person names, plus standardization of city and state values, contact enrichment for emails, international phone numbers, and US zip codes, current-rate currency conversion and FX rate lookups, current time and weather lookups by locale or zip, area-code resolution, and page-load performance probing from global origins. Every API is a single read-only GET endpoint authenticated with an Interzoid license key passed as a query parameter, returning structured JSON along with a remaining-credit balance.
19 APIs across 3 product groups. All share one credential.
| I want to... | Use | Why |
|---|---|---|
| Fuzzy-match a company name for account dedup | Interzoid Get Company Name Match Similarity Key API | Returns a similarity key for a company string so variant legal-entity spellings collapse to one key. |
| Fuzzy-match a person's name in one field | Interzoid Get Full Name Match Similarity Key API | Generates a similarity key for a single-field full name; use the parsed variant when first and last name are separate. |
| Fuzzy-match a full street address | Interzoid Get Address Match Similarity Key API | Returns an address similarity key for deduplication and cross-system merges. |
| Convert an amount between two currencies | Interzoid Convert Currency Rate API | Returns the converted amount and the rate applied in one call; use the rate API when you only need the raw rate. |
| Get a raw FX rate without converting | Interzoid Get Currency Rate API | Returns the latest USD exchange rate for an ISO currency code to apply elsewhere. |
| Enrich a US zip code with demographics | Interzoid Zip Code Detailed Info API | Returns city, state, lat/long, population, and household percentages; use the weather-by-zip API for live conditions. |
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Interzoid APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Finterzoid.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Finterzoid.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
Once connected, ask your agent something like: “clean and enrich contact records with similarity keys and standardization”.
Each workflow spans multiple Interzoid APIs. Jentic routes each operation to the right API automatically.
Full contact-record cleansing before CRM import
An agent cleans an inbound contact list by validating each email for deliverability, generating a full-name similarity key to cluster duplicate people, and generating an address similarity key to confirm the match, then writes only unique, deliverable contacts into the CRM.
For each imported row, validate the email, compute the full-name and address similarity keys, group rows sharing keys, and load only deliverable, unique contacts.
Interzoid Get Email Information API + Interzoid Get Full Name Match Similarity Key API + Interzoid Get Address Match Similarity Key API
Standardize then match an address dimension
An agent normalizes the state value to its two-letter abbreviation and standardizes the city name, then generates an address similarity key so variant spellings of the same location collapse to one key for a hash-style join across two systems.
Standardize each row's state and city, compute the address similarity key, and join records across systems on the resulting key.
Interzoid State Data Standardization API + Interzoid City Data Standardization API + Interzoid Get Address Match Similarity Key API
B2B account and contact deduplication
An agent deduplicates a lead list by computing a company-name similarity key to cluster accounts and a full-name similarity key to cluster people, so overlapping accounts and contacts are merged instead of pursued twice.
Compute company and full-name similarity keys for each lead, group rows sharing keys, and suppress leads whose keys already exist in the CRM.
Interzoid Get Company Name Match Similarity Key API + Interzoid Get Full Name Match Similarity Key API
Location-aware delivery dispatch
An agent enriches a delivery zip code with city, state, and coordinates, checks the local time to confirm the destination is inside business hours, and reads current weather conditions before confirming or deferring the dispatch.
For each open route, resolve the zip to a locale, check that the local time is inside business hours, and defer dispatch if weather thresholds are breached.
Interzoid Zip Code Detailed Info API + Interzoid Get Global Time API + Interzoid Get Weather By Zip Code API
What agents get from Jentic-routed access to this vendor.
Setup
Wiring Interzoid by hand means registering for a license key and appending it as a query parameter on every call across many separate endpoints. With Jentic you install once, add the Interzoid APIs you need from the Jentic API Directory, store the license key once, and your agent calls any of them.
Permission scoping
Every Interzoid API is a single read-only GET lookup, so scoping is at the operation level. Your own rules in your Jentic One instance limit the agent to the specific Interzoid operations a workflow needs, and because none of the endpoints write or delete there is nothing destructive to guard.
Credential isolation
Your single Interzoid license key is stored once, encrypted, by your own Jentic One instance and injected as the license query parameter at execution time. It never enters the agent's prompt, logs, or context, and the same stored key covers every Interzoid endpoint.
Intent-based discovery
Agents search the Jentic directory by intent, such as 'similarity key for a company name' or 'get current weather for a US zip code', and Jentic returns the matching Interzoid operation with its input schema so the agent calls the right endpoint without browsing reference docs.
Specific to using Interzoid APIs through Jentic.
What can I build with Interzoid's APIs together?
The endpoints combine into data-cleansing and enrichment workflows. A common pattern standardizes city and state values, generates similarity keys for addresses, company names, and person names to deduplicate records, then enriches the survivors with email deliverability, phone, zip demographics, currency, time, or weather data. Because every call is a single read-only GET, an agent can chain several lookups inside one pipeline.
Do I need a separate key for each Interzoid API?
No. One Interzoid license key works across the entire portfolio. Every endpoint accepts the same key as the 'license' query parameter, so you register once and reuse the credential for city standardization, similarity keys, currency conversion, and every other Interzoid lookup.
How does billing work across the APIs?
Interzoid uses a credit-per-call model rather than a fixed rate limit. Each successful response includes a Credits field showing the remaining balance on your license, and an HTTP 402 is returned when credits are exhausted. The tier you purchase sets the size of the credit pool that all endpoints draw from.
What is the difference between the standardization and similarity-key APIs?
Standardization APIs return a single canonical value, such as a two-letter state abbreviation or a canonical city name, so you can normalize a column. Similarity-key APIs return an algorithmic key that collapses variant spellings of the same address, company, or person to one value, so you can dedupe or join on the key instead of comparing raw strings.
Are the Interzoid APIs read-only and safe for agents to call?
Yes. Every Interzoid endpoint is a single read-only GET that looks up or computes a value and writes nothing back. There are no destructive operations to guard against, so scoping an agent is a matter of limiting it to the specific lookups it needs.
Which coverage limits should I know before choosing an Interzoid API?
Several endpoints are US-focused: zip-code demographics, weather by zip, and weather by city cover US locations only, and state standardization covers US states and Canadian provinces. Currency conversion uses current rates rather than historical data, and the global phone and global time lookups are international. Check each API's scope before relying on it for a given region.
All 4 are in the Jentic catalogue with the same one-credential, intent-search pattern.
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.