- Issue created by @ultimike
- Assigned to marcus_johansson
- πΊπΈUnited States jduff
I'm using the free 14 day trial as well and changing the Unstructured API Host from https://api.unstructured.io to https://api.unstructuredapp.io fixed this for me.
The default value for the "Unstructured API Host" value (https://api.unstructured.io) on /admin/config/unstructured/settings didn't work for me. From the Drupal log:
A general error happened why trying to interpolate, message Client error: `POST https://api.unstructured.io/general/v0/general` resulted in a `401 Unauthorized` response: {"detail":"API key is invalid, please provide a valid API key in the header."}
On my Unstructured.io dashboard (https://app.unstructured.io/keys), the API URL is specified as "https://api.unstructuredapp.io/general/v0/general". Once I updated /admin/config/unstructured/settings to this, things worked for me.
Not sure if this is due to the way I set up my Unstructured account (I'm using the free, 14-day trial currently) or something has changed on the Unstructured side of things...
-mike
Active
2.0
User interface
I'm using the free 14 day trial as well and changing the Unstructured API Host from https://api.unstructured.io to https://api.unstructuredapp.io fixed this for me.