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: 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": [], "should_store": true, "project_id": 1, "refs": [{"dev_test":true}], "private_override_key":"…" } - /api/translate-create-limited-anon - input example:
{ "source_text": "Hello World", "source_lang": "en", "target_lang": "yue" }