Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CreateTemplates in the console following the guidelines from the article Templates .

https://console.custom.mt/templates/Image Removed

...

4. Get a Template List

Code Block
curl --location --request POST ' {api_endpoint}/translation/get-templates' \

--header 'token: {user_token}' \

--header 'Content-Type: application/json' \

--data-raw '{

    "source_language": "en",

    "target_language": "es"

}'

...