To Test out API:
- /api/annotate can be tested @ https://reqbin.com/. Inputs Example:
{"lang":"ja", "texts":["お兄さんは弟とゲームをします。"], "explicit_requests":["EXPLICIT_GLOSS_REQUEST"] - Note: Should have a private_override_key in body (or userauth bearer token). ()
- /api/translate - input example:
{ "source_texts": ["Hello World"], "source_lang": "en", "target_lang": "yue", "options": [], "refs": [{"dev_test":true}], "private_override_key":"…" } - /api/translate-create-limited-anon - input example:
{ "source_text": "Hello World", "source_lang": "en", "target_lang": "yue" }