https://platform.unstructuredapp.io/api/v1
. This is also
the default API URL that Unstructured Python SDK uses for the Workflow Endpoint.https://api.unstructuredapp.io/general/v0/general
. This is also
the default API URL that Unstructured Python SDK uses for the Partition Endpoint.unstructured-api-key
header. Make sure it is set to the right API key, or an environment variable representing the right API key.server_url
parameter. Make sure it is set to the right API URL, or an environment variable representing the right API URL.api_key_auth
parameter. Make sure it is set to the right API key, or an environment variable representing the right API key.server_url
parameter if you are using these Endpoints’ default API URL. However, you might want to try setting this value anyway to see if it otherwise resolves your issue.UnstructuredClient
object’s serverURL
parameter. Make sure it is set to the right API URL, or an environment variable representing the right API URL.UnstructuredClient
object’s security: { apiKeyAuth }
parameter. Make sure it is set to the right API key, or an environment variable representing the right API key.