I'm trying to use personality insight API by IBM to get personality and value scores from social media posts in simplified Chinese language.
I find that they do support the Chinese language in the API document, but I get the error when I try to hit API.
Error info is:
{
"code": 400,
"sub_code": "C00001",
"error": "The language you requested, zh-cn, is not supported. Languages
supported: en,es,ja,ar,ko."
}
Can anyone figure this out, what's wrong? Am I using API in wrong way?