Translate a JSON input into any localized file
API Reference
Translate a JSON input into any localized file
POST
Translate a JSON input into any localized file
Autorizações
API token from https://platform.acedata.cloud
Cabeçalhos
Specifies the format of the response from the server.
Opções disponíveis:
application/json Corpo
application/json
The input which need to be translated
Exemplo:
"# Title 1\n\nThis is a paragraph.\n\n## Title 2\n\nThis is another paragraph."
The target locale which need to be translated to
Opções disponíveis:
en, de, pt, es, fr, zh-CN, zh-TW, it, ko, ja, ru, pl, fi, sv, el, uk, ar, sr The file type of the input text
Opções disponíveis:
json, md The LLM which used to translate, default is gpt-3.5
Opções disponíveis:
gpt-3.5, gpt-4 
