Back to catalog
📝

AI Translate text API

API Key

The Text Translation API translates text into any of the 80 supported languages, providing accurate and context-aware translations

📝Text AnalysisHTTPSCORS enabled

English to French

AI Translate Text API

Source TextHello, how are you today?
Target TextBonjour, comment allez-vous aujourd'hui?
Source LangEnglish
Target LangFrench
Confidence0.98

Sample Response

response.json
1{
2 "sourceText": "Hello, how are you today?",
3 "targetText": "Bonjour, comment allez-vous aujourd'hui?",
4 "sourceLang": "English",
5 "targetLang": "French",
6 "confidence": "0.98"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/sharpapi-translate-text" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs