Translate

Translate API is used to translate a string from one language to another. You just have to pass a string and mention in which language do you want to translate it. Below are some examples for your reference.


Examples

1. How are you doing today to spanish

Cómo estás hoy

2. I can't come to office today in hindi

मैं आज कार्यालय नहीं आ सकता

3. Today is a lovely day to russian

сегодня прекрасный день

POST https://ayypi.com/translate
Body
{ "query": "Hello to hindi" }

Headers
{ "X-AYYPI-KEY": "your ayypi key" }
Response
{ result: "नमस्ते" }
© 2021 AyyPI, All Rights Reserved.