28 lines
379 B
Plaintext
28 lines
379 B
Plaintext
meta {
|
|
name: Translate (POST)
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/translate
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "Ciao",
|
|
"source_lang": "IT",
|
|
"target_lang": "EN"
|
|
}
|
|
}
|
|
|
|
docs {
|
|
# Translate
|
|
|
|
Uses [DeepL](https://deepl.com).
|
|
|
|
Ref: [docs](https://docs.google.com/document/d/1R2zDCgPssAW9ukxa6Iz6b49Ju9k-3naAjdQzbtAP1to)
|
|
}
|