https://api.unstructured.io/general/v0/general
UNSTRUCTURED_API_KEY
environment variable to your Free Unstructured API key.
UNSTRUCTURED_API_URL
environment variable to your Free Unstructured API URL, which is https://api.unstructured.io/general/v0/general
<path/to/input>
with the source (input) path to the directory on your local machine that contains the compatible files for Unstructured to process on its hosted compute resources.<path/to/output>
with the destination (output) path to the directory on your local machine that will contain the processed data that Unstructured returns from its hosted compute resources.UNSTRUCTURED_API_KEY
to your API key.UNSTRUCTURED_API_URL
to your API URL.<path/to/input>
with the source (input) path to the directory on your local machine that contains the compatible files for Unstructured to process on its hosted compute resources.<path/to/output>
with the destination (output) path to the directory on your local machine that will contain the processed data that Unstructured returns from its hosted compute resources.SCARF_NO_ANALYTICS=true
before running any commands that call Unstructured hosted APIs.