Check out our High Performance Batch Processing API: Match and Enrich Data Using CSV/TSV Files as Input Data to our APIs Learn More

Translate to English API

Detect the language of a text string and translate it to English

API Overview

This API takes a string of text, detects its language, and attempts to translate it to English. It utilizes AI, specialized language models, heuristics, phonetics, specific knowledge bases, categorization hierarchies, contextual machine learning, and various other algorithms for language identification and translation.

Multilingual Input

Supports a wide range of languages for input text.

AI-Powered

Leverages advanced AI and machine learning for accurate translations.

Auto-Detection

Automatically detects the input language for seamless translation.

How It Works

Text Result
Estados Unidos United States
Japão Japan
Мексико Mexico
gebroken been broken leg
direttore delle vendite Sales Director
副社長 Vice President
કેલિફોર્નિયા California
астма asthma
Buenosairesa Buenos Aires
asiakas customer

API Details

Endpoint

https://api.interzoid.com/translatetoenglish

Request Format

https://api.interzoid.com/translatetoenglish?license=[licensekey]&text=[character string]

Sample Request

https://api.interzoid.com/translatetoenglish?license=fh5hs7*****&text=Parigi

Sample Response

{"Result":"Paris","Code":"Success","Credits":16462}

cURL Example (with API key in header)

curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/translatetoenglish?text=Parigi"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=translate-to-english&apikey=your-api-key&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

Additional Information

Optional OpenAPI Specification

An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.

It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.

YAML JSON

For custom requirements or additional support, please contact us at support@interzoid.com.