Language Translations
Surfy.Words

Translate full text, sentences or words using Surfy API in another language. Machine language translation predicts a sequence of words using an artificial neural network with self-learning NN architecture.

Type to translate
Surfy.Words will detect language and then translate it to any language you want.

API Guide

Request
POST
https://api.surfy.one/words/translate

If Source Language is not specified, it will be determined from the source text.

Header parameters
Required
Email
String
Your E-mail
Required
Key
String
Your Free API key
Body
JSON { "source": { "lang": "en", // Optional "text": "Hello Surfy!" }, "target": { "lang": "fr" } }
Response
JSON { "status": true, "source": { "lang": "en", "text": "Hello Surfy!" }, "target": { "lang": "fr", "text": "Bonjour Surfy!" } }
Example
CURL -X POST -H "Email: {YOUR_EMAIL}" -H "Key: {YOUR_FREE_API_KEY}" \ -H 'Content-Type: application/json' \ -d '{ "source": { "lang": "en", "text": "Hello Surfy!" }, "target": { "lang": "fr" } }' \ https://api.surfy.one/words/translate

Get your Free API Key

You will receive an email with a free API key at the specified address.

Enterprise &
Custom Solutions

All Surfy° Words solutions are customizable to meet your specific business objectives and goals.

For any questions related to custom deployment of Surfy° Words Language Translations for your Enterprise, please contact us.

Get in Touch
Only major events and global updates