To Test out API:
- /api/annotate can be tested @ https://reqbin.com/. Inputs Example:
{"lang":"ja", "texts":["お兄さんは弟とゲームをします。"], "project_id":1, "should_store":false,"explicit_requests":["EXPLICIT_GLOSS_REQUEST"],"phonetic_system":null} - Note: Must either input a private_override_key in body. Or use a whitelisted origin in the Header.
- /api/translate - input example:
{ source_texts: ["Hello World"], source_lang: "en", target_lang: "yue", options: [], should_store: false, project_id: 1, refs: [{"dev_test":true}] }