Skip to main content
POST
/
queue
Request string queued translation
curl --request POST \
  --url https://api.example.com/queue \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>' \
  --data '
{
  "text": "<string>",
  "from": "<string>",
  "to": "<string>"
}
'

Headers

x-api-key
string
required
x-api-secret
string
required

Body

application/json
text
string
required
from
string
required
to
string
required

Response

201 - undefined