API Overview
This API takes a string of text, detects its language, and translates it to the language specified in the 'to' parameter. 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
Supports a wide range of languages for both input and output.
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 | To | Result |
---|---|---|
Estados Unidos | English | United States |
Japan | Portuguese | Japão |
Mexico | Greek | μεξικό |
営業担当副社長 | English | Vice President of Sales |
営業担当副社長 | German | Vertriebsvizepräsident |
California | Hindi | कैलिफोर्निया |
customer | Korean | 고객 |
hospital | Norsk | Sykehus |
doctor | español | médico |
API Details
Endpoint
https://api.interzoid.com/translatetoany
Request Format
https://api.interzoid.com/translatetoany?license=[licensekey]&text=[character string]&to=[character string]
Sample Request
https://api.interzoid.com/translatetoany?license=fh5hs7*****&text=Japan&to=Portuguese
Sample Response
{"Result":"Japão","Code":"Success","Credits":-9962}
cURL Example (with API key in header)
curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/translatetoany?text=Japan&to=Portuguese"
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 Swagger Editor with Client GeneratorsFor custom requirements or additional support, please contact us at support@interzoid.com.