By going to the path /api/
.\
Ex: https://simplytranslate.org/api/target_languages.
Path /api/translate/
engine
google
Google Translate
libre
Libre Translate
from
Choose the From-Language (Source Language). It's based on the engine.
to
Choose the To-Language (Target Language). It's based on the engine.
text
The original text (input).
Ex: https://simplytranslate.org/api/translate/?engine=google&from=en&to=es&text=Hello.
Path /api/get_languages/
engine
google
Google Translate
libre
Libre Translate
Ex: https://simplytranslate.org/api/get_languages/?engine=google.
Path /api/tts/
engine
google
Google Translate
libre
Libre Translate
lang
Choose the language. It's based on the engine.
text
Input.
Ex: https://simplytranslate.org/api/tts/?engine=google&lang=en&text=Hello.