Hello,
I am trying to consume DOX Document Information Extraction API by the following steps
- Activate the Document Information Extraction in Booster
- A service key is created which has clientid, clientsecret, authentication url.
- Get Authorization Bearer token from authentication url above successfully (https://xxxxxx.authentication.us10.hana.ondemand.com/oauth/token?grant_type=client_credentials) with clientid and clientsecret.
However, I cannot consume the API in https://aiservices-dox.cfapps.eu10.hana.ondemand.com/document-information-extraction/v1/ or even I have tried https://aiservices-trial-dox.cfapps.eu10.hana.ondemand.com/document-information-extraction/v1/
I always get the response message "message": "JKU of token is not trusted" - 401 : Unauthorized.
Could you please help me about it?
Thank you so much.