bruno/memori-dashboard/Translate (GET).bru

26 lines
392 B
Plaintext
Raw Normal View History

2025-04-02 13:22:10 +02:00
meta {
name: Translate (GET)
type: http
seq: 5
}
get {
url: {{host}}/api/translate?text=Ciao&source_lang=IT&target_lang=EN
body: none
auth: inherit
}
params:query {
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)
}