...
CreateTemplates in the console following the guidelines from the article Templates .
https://console.custom.mt/templates/
...
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" }' |
...