Plume API
Utility

/translate

Translate a text

GET
/translate

Query Parameters

text*string

The text to translate

Length1 <= length <= 2048
to*string

The target language (en, fr, etc.)

Length2 <= length <= 16

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/translate?text=string&to=string"
{
  "text": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}