Translation Of Plain Text

Translate Plain Text API

This API allows you to translate plain text from your request.

API Explorer

GroupDocs.Translation Cloud API Reference lets you try out Translate Document API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.

Request parameters

ParameterDescription
userRequestString that represents list of JSONs precised in JSON Request Details.
Required.

cURL Example

Request

curl -X POST "https://api.groupdocs.cloud/v1.0/translation/text" \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d "'[{\"pair\": \"en-fr\", \"text\": \"Welcome to Paris\"}]'"

Response

{
    "status": "ok",
    "message": "Text translated successfully",
    "translation": "Bienvenue à Paris"
}

SDKs

Our API is completely independent of your operating system, database system or development language. You can use any language and platform that supports HTTP to interact with our API. However, manually writing client code can be difficult, error-prone and time-consuming. Therefore, we have provided and support API SDKs in many development languages in order to make it easier to integrate with us. If you use SDK, it hides the File API calls and lets you use GroupDocs Cloud features in a native way for your preferred language.

SDK Examples