Interzoid offers APIs for data matching, verification, and enrichment, allowing developers to improve data quality and integrate real-time insights into applications
Interzoid offers APIs for data matching, verification, and enrichment, allowing developers to improve data quality and integrate real-time insights into applications On Nagent, Interzoid is exposed as a fully-configurable analytics integration that any agent can call — 30 actions, and API key authentication. No code is required to wire Interzoid into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Interzoid to automate the kinds of tasks analytics teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Interzoid into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Interzoid, with input parameters and output schema. Drop these into any step of an agent built in Helix.
INTERZOID_ADDRESS_PARSETool to parse a free-form address into structured components. Use when you need to extract street, city, state, etc. from unstructured address strings.
Input parameters
The free-form address to parse.
Your Interzoid API license key.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_EMAIL_TRUST_SCORETool to return a trust score for an email address. Use when you need to assess the quality and legitimacy of an email address. Call after acquiring the target email.
Input parameters
Email address to evaluate
Interzoid API license key for authentication. If not provided, uses x-api-key header from connection.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_ADDRESS_MATCH_ADVANCEDTool to generate a similarity key for a US street address. Use when performing fuzzy deduplication of addresses across datasets.
Input parameters
Full US street address to generate the similarity key for.
Optional Interzoid API license key as a query parameter. Required if an 'x-api-key' header is not present in the connection metadata.
Matching algorithm/model to use. Allowed values: 'narrow', 'wide', 'model-v3-narrow', 'model-v3-wide'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_AREA_CODETool to retrieve telephone area code information including primary city and geographic locale. Use when you need to get details about a specific area code.
Input parameters
Your Interzoid API license key provided via query parameter. Register at www.interzoid.com/register
Telephone area code to retrieve information for.
Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_AREA_CODE_FROM_NUMBERTool to get area code information from a telephone number. Use when you need to identify the geographic location or area code details for a given phone number.
Input parameters
Telephone number to retrieve area code information.
Interzoid API license key. Required if 'x-api-key' header is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_BUSINESS_INFOTool to retrieve comprehensive company profiles and business intelligence. Use when you need detailed company information by name, domain, or email.
Input parameters
Company name, web domain, or email address to look up
API license key. Required if x-api-key header is not set
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_COMPANY_MATCH_ADVANCEDTool to generate a fuzzy-matching key for an organization name. Use when normalizing and deduplicating company names after extraction.
Input parameters
Company or organization name to generate the similarity key for.
Optional API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata.
Matching algorithm/model to use for generating the similarity key. Allowed values: 'wide', 'narrow', 'model-v3-wide', 'model-v3-narrow'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_COUNTRY_INFOTool to standardize a country name and return metadata like ISO codes, currency, TLD, and calling code. Use when you need detailed country information based on a country name or code.
Input parameters
Country name or code to standardize.
Your Interzoid API license key.
Matching algorithm to use: 'narrow', 'ai-plus', or 'ai-medium'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_CURRENCY_RATETool to retrieve live USD exchange rate for a currency symbol. Use when you need current market rate for a three-letter ISO 4217 currency.
Input parameters
Three-letter currency symbol (ISO 4217), e.g., 'EUR'.
Interzoid API license key. Required if 'x-api-key' header is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_CUSTOM_DATATool to retrieve custom enriched data based on a topic and lookup value. Use after specifying the desired output fields.
Input parameters
AI model to use, e.g., 'default', 'model-a', 'model-x'. If omitted, server uses its default model.
Descriptive instructions for the data to retrieve, e.g., 'company financial summary'.
The specific lookup value to retrieve data for, e.g., 'IBM', a city name, or a URL.
List of fields to return, e.g., \['price','marketCap'\].
Interzoid API license key provided via 'license' query parameter. Optional if 'x-api-key' header is provided.
Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_EMAIL_INFOTool to validate an email and return enrichment/demographics. Use when you need in-depth email analysis after confirming the email address.
Input parameters
Email address to validate and enrich.
Interzoid API license key.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_ENTITY_TYPETool to classify a text string into an entity type. Use when you need to identify if input refers to a Location, Organization, or Individual.
Input parameters
Text string to classify into an entity type (e.g., 'Argentina').
Optional API license key as query parameter. Required if 'x-api-key' header is not provided in metadata.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_EXECUTIVE_PROFILETool to retrieve executive profile details based on company and title keywords. Use when you need executive information such as LinkedIn and biography links.
Input parameters
Company name and executive title keywords (e.g., 'Amazon AWS CEO')
Interzoid API license key as a query parameter; required if x-api-key header is not set.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_FULL_NAME_MATCHTool to generate a similarity key for a full name. Use when performing fuzzy matching or deduplication of individual names.
Input parameters
Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata.
Full name to generate the similarity key for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_FULL_NAME_MATCH_SCORETool to return a similarity score between two full names. Use when determining if two person names likely refer to the same individual.
Input parameters
Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata.
First full name to compare.
Second full name to compare.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_GLOBAL_ADDRESS_MATCHTool to generate a similarity key for a global address. Use when performing fuzzy matching and deduplication of international addresses.
Input parameters
Full global address to generate the similarity key for.
Interzoid API license key.
Matching algorithm/model to use. Allowed values: 'narrow', 'wide', 'ai-medium-narrow', 'ai-medium-wide', 'ai-plus-narrow', 'ai-plus-wide'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_GLOBAL_PAGE_LOAD_PERFORMANCETool to measure page/API load time from a specified global origin. Use when benchmarking response times across geographic locations.
Input parameters
The target webpage or API URL to test.
Geographic origin for the measurement. Allowed values: California, Frankfurt, Hong Kong, London, Montreal, Mumbai, Paris, Sao Paulo, Singapore, Stockholm, Sydney, Tokyo, Ohio, Virginia, "Ireland, Milan, Seoul, Cape Town, Bahrain.
Interzoid API license key. Alternative to x-api-key header.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_GLOBAL_WEATHERTool to return current weather conditions for a global location. Use when you need up-to-the-minute weather details for any city worldwide.
Input parameters
Interzoid API license key. Required if 'x-api-key' header is not provided.
Location to retrieve weather for (e.g., city or 'City, Country').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_IP_PROFILETool to retrieve IP intelligence including ASN, organization, geolocation, and reputation. Use when profiling an IP address for threat analysis.
Input parameters
IP address to analyze (IPv4 or IPv6).
Interzoid API license key. Required if 'x-api-key' header is not provided.
Alternative API key sent in HTTP header instead of license query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_LICENSETool to retrieve the configured Interzoid API license key. Use when you need to inspect which API key is active in the current connection.
Input parameters
Explicit license key to return. If provided, takes highest precedence.
Value to use as if provided via 'x-api-key' header.
Authorization header value, e.g., 'Bearer <token>'. If provided and starts with 'Bearer ', the token portion is used as the license.
Value to use as if provided via 'license' query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_NAME_ORIGINTool to infer the likely country or region of origin from a personal name. Use after obtaining a name to guess its origin.
Input parameters
Personal name to analyze for likely origin.
Your Interzoid API license key. If omitted, the action will attempt to use the connection's x-api-key header or Bearer Authorization token as the license.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_ORG_MATCH_SCORETool to return a 1–99 match score between two organization names. Use after gathering both names to evaluate organization similarity.
Input parameters
Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata.
First organization name to compare.
Second organization name to compare.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_ORG_STANDARDTool to standardize an organization name to a canonical English form. Use when you need consistent company naming for data normalization.
Input parameters
Organization name to standardize
API license key as query parameter.
API key provided via header as alternative to license query parameter. Can be omitted if authentication is provided via headers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_PARENT_COMPANY_INFOTool to retrieve ultimate parent company information. Use when you have a company name or domain and need its ownership details.
Input parameters
Company name or domain to look up for parent company info
API license key. Required if x-api-key header is not set
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_PHONE_PROFILETool to retrieve phone number intelligence including validation, normalization, carrier, and risk assessment. Use when you need to enrich and validate a phone number after capture.
Input parameters
Phone number to look up/profile. Must be in international or national format.
Interzoid API license key. Required if 'x-api-key' header not provided.
Alternative API key sent in HTTP header instead of license query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_PRODUCT_MATCHTool to generate a similarity key for a product name. Use when normalizing and fuzzy-matching names across catalogs.
Input parameters
Optional API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata.
Product name to generate the similarity key for.
Matching algorithm/AI model to use: 'ai-medium-wide' (recommended) or 'ai-medium-narrow'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_REMAINING_CREDITSTool to retrieve remaining Interzoid API credits. Use when you need to check your credit balance after usage.
Input parameters
Your Interzoid API license key provided via query parameter.
Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_GET_WEATHER_ZIPCODETool to get current weather conditions for a US ZIP code. Use when you need real-time weather information for a specific area after confirming the ZIP code is valid.
Input parameters
US ZIP code in 5-digit or ZIP+4 format.
Interzoid API license key. Required if 'x-api-key' header is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_IDENTIFY_LANGUAGETool to detect the language of a text string. Use when you need to identify the language of arbitrary text. Call after obtaining the text input.
Input parameters
Text to analyze for language identification.
API license key. Required to authenticate the request. Can be sent via 'license' query parameter or mirrored to 'x-api-key' header.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
INTERZOID_TRANSLATE_TO_ANYTool to auto-detect the input language and translate given text to the specified target language. Use when you need quick translations without specifying the source language.
Input parameters
Target language for translation (e.g., Portuguese).
The text to be translated.
Your API license key.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 94 agents privately built on Nagent that already use Interzoid.
Build on Nagent
Connect Interzoid to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Interzoid, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Interzoid is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Interzoid is connected, you configure its 30 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Interzoid steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Interzoid event fires, the agent kicks off automatically.
Every Interzoid action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Interzoid ships with 30 pre-built analytics actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Interzoid together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Interzoid-based workflows tailored to your business.