- An IBM Cloud Pak for Business Automation as a Service account with access to the IBM FileNet Content Platform Engine server object store to which you want to connect. IBM FileNet is a component of IBM Cloud Pak for Business Automation as a Service.
- Log into your account.
-
Choose the Navigator tile.
The IBM Navigator launches in a separate browser window, and provides a view of your object stores and content. You can use the IBM Navigator views to find the information necessary to create a connection to Unstructured.
For the URL of your IBM FileNet server:
- The server URL displays in the browser address bar. You only need the base URL that specifies the company and domain. For example,
https://<company-name>.automationcloud.ibm.com.
- Select the folder in the left pane. The full folder path is displayed at the top of the main detail pane, in the following format:
<object-store>/<folder>/etc.
- Right-click the document and select Properties.
- Right-click the profile icon on the upper right in the top menu.
- The server URL displays in the browser address bar. You only need the base URL that specifies the company and domain. For example,
CLI, Python
FILENET_SERVER_URL- The URL of your Content Platform Engine,, represented by--server-url(CLI) orserver_url(Python).FILENET_OBJECT_STORE- The name of object store in the IBM FileNet server, represented by--object-store(CLI) orobject_store(Python).FILENET_FOLDER_PATH- The path of the folder within the object store, represented by--folder-path(CLI) orfolder_path(Python).FILENET_DOCUMENT_CLASS- The document class of documents contained in the folder, represented by--document-class(CLI) ordocument_class(Python).FILENET_RECURSIVE-trueto include subfolders, represented by--recursive(CLI) orrecursive(Python).FILENET_USERNAME- The username for the IBM Cloud Pak for Business Automation as a Service account, represented by--username(CLI) orusername(Python).FILENET_PASSWORD- The password for the corresponding username, represented by--password(CLI) orpassword(Python).
--collection-id(CLI) orcollection_idinCouchbaseDownloaderConfig(Python) - Optional for the source connector. The
unique key of the ID field in the collection. The default isidif not otherwise specified. Learn more.
--partition-by-api option (CLI) or partition_by_api (Python) parameter to specify where files are processed:
-
To do local file processing, omit
--partition-by-api(CLI) orpartition_by_api(Python), or explicitly specifypartition_by_api=False(Python). Local file processing does not use an Unstructured API key or API URL, so you can also omit the following, if they appear:--api-key $UNSTRUCTURED_API_KEY(CLI) orapi_key=os.getenv("UNSTRUCTURED_API_KEY")(Python)--partition-endpoint $UNSTRUCTURED_API_URL(CLI) orpartition_endpoint=os.getenv("UNSTRUCTURED_API_URL")(Python)- The environment variables
UNSTRUCTURED_API_KEYandUNSTRUCTURED_API_URL
-
To send files to the legacy Unstructured Partition Endpoint for processing, specify
--partition-by-api(CLI) orpartition_by_api=True(Python). Unstructured also requires an Unstructured API key and API URL, by adding the following:--api-key $UNSTRUCTURED_API_KEY(CLI) orapi_key=os.getenv("UNSTRUCTURED_API_KEY")(Python)--partition-endpoint $UNSTRUCTURED_API_URL(CLI) orpartition_endpoint=os.getenv("UNSTRUCTURED_API_URL")(Python)- The environment variables
UNSTRUCTURED_API_KEYandUNSTRUCTURED_API_URL, representing your API key and API URL, respectively.
You must specify the API URL only if you are not using the default API URL for Unstructured Ingest, which applies to Let’s Go, Pay-As-You-Go, and Business SaaS accounts.The default API URL for Unstructured Ingest ishttps://api.unstructuredapp.io/general/v0/general, which is the API URL for the legacyUnstructured Partition Endpoint. However, you should always use the URL that was provided to you when your Unstructured account was created. If you do not have this URL, email Unstructured Support at support@unstructured.io.If you do not have an API key, get one now.If you are using a Business account, the process for generating Unstructured API keys, and the Unstructured API URL that you use, are different. For instructions, see your Unstructured account administrator, or email Unstructured Support at support@unstructured.io.

