# Interzoid

Interzoid offers APIs for data matching, verification, and enrichment, allowing developers to improve data quality and integrate real-time insights into applications

- **Category:** analytics
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 30
- **Triggers:** 0
- **Slug:** `INTERZOID`
- **Version:** 20260227_00

## Tools

### Parse Address

**Slug:** `INTERZOID_ADDRESS_PARSE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `address` | string | Yes | The free-form address to parse. |
| `license` | string | Yes | Your Interzoid API license key. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Interzoid Email Trust Score

**Slug:** `INTERZOID_EMAIL_TRUST_SCORE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | Email address to evaluate |
| `license` | string | No | Interzoid API license key for authentication. If not provided, uses x-api-key header from connection. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Address Match Advanced

**Slug:** `INTERZOID_GET_ADDRESS_MATCH_ADVANCED`

Tool to generate a similarity key for a US street address. Use when performing fuzzy deduplication of addresses across datasets.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `address` | string | Yes | Full US street address to generate the similarity key for. |
| `license` | string | No | Optional Interzoid API license key as a query parameter. Required if an 'x-api-key' header is not present in the connection metadata. |
| `algorithm` | string ("narrow" | "wide" | "model-v3-narrow" | "model-v3-wide") | Yes | Matching algorithm/model to use. Allowed values: 'narrow', 'wide', 'model-v3-narrow', 'model-v3-wide'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Area Code Information

**Slug:** `INTERZOID_GET_AREA_CODE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Your Interzoid API license key provided via query parameter. Register at www.interzoid.com/register |
| `areacode` | string | Yes | Telephone area code to retrieve information for. |
| `x_api_key` | string | No | Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Area Code From Number

**Slug:** `INTERZOID_GET_AREA_CODE_FROM_NUMBER`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `number` | string | Yes | Telephone number to retrieve area code information. |
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header is not provided. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Business Info

**Slug:** `INTERZOID_GET_BUSINESS_INFO`

Tool to retrieve comprehensive company profiles and business intelligence. Use when you need detailed company information by name, domain, or email.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | Company name, web domain, or email address to look up |
| `license` | string | No | API license key. Required if x-api-key header is not set |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Company Match Advanced

**Slug:** `INTERZOID_GET_COMPANY_MATCH_ADVANCED`

Tool to generate a fuzzy-matching key for an organization name. Use when normalizing and deduplicating company names after extraction.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `company` | string | Yes | Company or organization name to generate the similarity key for. |
| `license` | string | No | Optional API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata. |
| `algorithm` | string ("wide" | "narrow" | "model-v3-wide" | "model-v3-narrow") | Yes | Matching algorithm/model to use for generating the similarity key. Allowed values: 'wide', 'narrow', 'model-v3-wide', 'model-v3-narrow'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Country Info

**Slug:** `INTERZOID_GET_COUNTRY_INFO`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `country` | string | Yes | Country name or code to standardize. |
| `license` | string | Yes | Your Interzoid API license key. |
| `algorithm` | string ("narrow" | "ai-plus" | "ai-medium") | Yes | Matching algorithm to use: 'narrow', 'ai-plus', or 'ai-medium'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Currency Rate

**Slug:** `INTERZOID_GET_CURRENCY_RATE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `symbol` | string | Yes | Three-letter currency symbol (ISO 4217), e.g., 'EUR'. |
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header is not provided. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Custom Data

**Slug:** `INTERZOID_GET_CUSTOM_DATA`

Tool to retrieve custom enriched data based on a topic and lookup value. Use after specifying the desired output fields.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `model` | string | No | AI model to use, e.g., 'default', 'model-a', 'model-x'. If omitted, server uses its default model. |
| `topic` | string | Yes | Descriptive instructions for the data to retrieve, e.g., 'company financial summary'. |
| `lookup` | string | Yes | The specific lookup value to retrieve data for, e.g., 'IBM', a city name, or a URL. |
| `output` | array | Yes | List of fields to return, e.g., ['price','marketCap']. |
| `license` | string | No | Interzoid API license key provided via 'license' query parameter. Optional if 'x-api-key' header is provided. |
| `x_api_key` | string | No | Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Email Info

**Slug:** `INTERZOID_GET_EMAIL_INFO`

Tool to validate an email and return enrichment/demographics. Use when you need in-depth email analysis after confirming the email address.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `email` | string | Yes | Email address to validate and enrich. |
| `license` | string | Yes | Interzoid API license key. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Entity Type

**Slug:** `INTERZOID_GET_ENTITY_TYPE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `text` | string | Yes | Text string to classify into an entity type (e.g., 'Argentina'). |
| `license` | string | No | Optional API license key as query parameter. Required if 'x-api-key' header is not provided in metadata. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Executive Profile

**Slug:** `INTERZOID_GET_EXECUTIVE_PROFILE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | Company name and executive title keywords (e.g., 'Amazon AWS CEO') |
| `license` | string | No | Interzoid API license key as a query parameter; required if x-api-key header is not set. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Full Name Match

**Slug:** `INTERZOID_GET_FULL_NAME_MATCH`

Tool to generate a similarity key for a full name. Use when performing fuzzy matching or deduplication of individual names.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata. |
| `fullname` | string | Yes | Full name to generate the similarity key for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Full Name Match Score

**Slug:** `INTERZOID_GET_FULL_NAME_MATCH_SCORE`

Tool to return a similarity score between two full names. Use when determining if two person names likely refer to the same individual.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata. |
| `fullname1` | string | Yes | First full name to compare. |
| `fullname2` | string | Yes | Second full name to compare. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Global Address Match

**Slug:** `INTERZOID_GET_GLOBAL_ADDRESS_MATCH`

Tool to generate a similarity key for a global address. Use when performing fuzzy matching and deduplication of international addresses.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `address` | string | Yes | Full global address to generate the similarity key for. |
| `license` | string | Yes | Interzoid API license key. |
| `algorithm` | string ("narrow" | "wide" | "ai-medium-narrow" | "ai-medium-wide" | "ai-plus-narrow" | "ai-plus-wide") | Yes | Matching algorithm/model to use. Allowed values: 'narrow', 'wide', 'ai-medium-narrow', 'ai-medium-wide', 'ai-plus-narrow', 'ai-plus-wide'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Global Page Load Performance

**Slug:** `INTERZOID_GET_GLOBAL_PAGE_LOAD_PERFORMANCE`

Tool to measure page/API load time from a specified global origin. Use when benchmarking response times across geographic locations.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The target webpage or API URL to test. |
| `origin` | string ("California" | "Frankfurt" | "Hong Kong" | "London" | "Montreal" | "Mumbai" | "Paris" | "Sao Paulo" | "Singapore" | "Stockholm" | "Sydney" | "Tokyo" | "Ohio" | "Virginia" | "Ireland" | "Milan" | "Seoul" | "Cape Town" | "Bahrain") | Yes | 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. |
| `license` | string | Yes | Interzoid API license key. Alternative to x-api-key header. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Global Weather

**Slug:** `INTERZOID_GET_GLOBAL_WEATHER`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header is not provided. |
| `location` | string | Yes | Location to retrieve weather for (e.g., city or 'City, Country'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get IP Profile

**Slug:** `INTERZOID_GET_IP_PROFILE`

Tool to retrieve IP intelligence including ASN, organization, geolocation, and reputation. Use when profiling an IP address for threat analysis.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | IP address to analyze (IPv4 or IPv6). |
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header is not provided. |
| `x-api-key` | string | No | Alternative API key sent in HTTP header instead of license query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get API License Key

**Slug:** `INTERZOID_GET_LICENSE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Explicit license key to return. If provided, takes highest precedence. |
| `x_api_key` | string | No | Value to use as if provided via 'x-api-key' header. |
| `authorization` | string | No | Authorization header value, e.g., 'Bearer <token>'. If provided and starts with 'Bearer ', the token portion is used as the license. |
| `query_license` | string | No | Value to use as if provided via 'license' query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Name Origin

**Slug:** `INTERZOID_GET_NAME_ORIGIN`

Tool to infer the likely country or region of origin from a personal name. Use after obtaining a name to guess its origin.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | Yes | Personal name to analyze for likely origin. |
| `license` | string | No | 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Org Match Score

**Slug:** `INTERZOID_GET_ORG_MATCH_SCORE`

Tool to return a 1–99 match score between two organization names. Use after gathering both names to evaluate organization similarity.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Optional Interzoid API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata. |
| `company1` | string | Yes | First organization name to compare. |
| `company2` | string | Yes | Second organization name to compare. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Org Standard

**Slug:** `INTERZOID_GET_ORG_STANDARD`

Tool to standardize an organization name to a canonical English form. Use when you need consistent company naming for data normalization.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `org` | string | Yes | Organization name to standardize |
| `license` | string | No | API license key as query parameter. |
| `x-api-key` | string | No | API key provided via header as alternative to license query parameter. Can be omitted if authentication is provided via headers. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Parent Company Info

**Slug:** `INTERZOID_GET_PARENT_COMPANY_INFO`

Tool to retrieve ultimate parent company information. Use when you have a company name or domain and need its ownership details.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | Company name or domain to look up for parent company info |
| `license` | string | No | API license key. Required if x-api-key header is not set |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Phone Number Profile

**Slug:** `INTERZOID_GET_PHONE_PROFILE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `lookup` | string | Yes | Phone number to look up/profile. Must be in international or national format. |
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header not provided. |
| `x-api-key` | string | No | Alternative API key sent in HTTP header instead of license query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Product Match

**Slug:** `INTERZOID_GET_PRODUCT_MATCH`

Tool to generate a similarity key for a product name. Use when normalizing and fuzzy-matching names across catalogs.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Optional API license key as a query parameter. Required if 'x-api-key' header is not provided in metadata. |
| `product` | string | Yes | Product name to generate the similarity key for. |
| `algorithm` | string ("ai-medium-wide" | "ai-medium-narrow") | Yes | Matching algorithm/AI model to use: 'ai-medium-wide' (recommended) or 'ai-medium-narrow'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Remaining API Credits

**Slug:** `INTERZOID_GET_REMAINING_CREDITS`

Tool to retrieve remaining Interzoid API credits. Use when you need to check your credit balance after usage.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `license` | string | No | Your Interzoid API license key provided via query parameter. |
| `x_api_key` | string | No | Interzoid API key provided via 'x-api-key' header as an alternative to 'license' query parameter. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Weather by ZIP Code

**Slug:** `INTERZOID_GET_WEATHER_ZIPCODE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `zip` | string | Yes | US ZIP code in 5-digit or ZIP+4 format. |
| `license` | string | No | Interzoid API license key. Required if 'x-api-key' header is not provided. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Identify Language

**Slug:** `INTERZOID_IDENTIFY_LANGUAGE`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `text` | string | Yes | Text to analyze for language identification. |
| `license` | string | Yes | API license key. Required to authenticate the request. Can be sent via 'license' query parameter or mirrored to 'x-api-key' header. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Translate any text (auto-detect language)

**Slug:** `INTERZOID_TRANSLATE_TO_ANY`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `to` | string | Yes | Target language for translation (e.g., Portuguese). |
| `text` | string | Yes | The text to be translated. |
| `license` | string | Yes | Your API license key. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
