UNSTRUCTURED_API_KEY
,
representing your Unstructured API key. To get your API key, do the following:
dist
path have moved up a levelchunkingStrategy
, outputFormat
, and strategy
partition
have moved to a partitionParameters
objectsplitPdfPage
* parameter is true
by default. This
causes the PDF to be split into small batches of pages before sending requests to the API. The client
awaits all parallel requests and combines the responses into a single response object. This is specific to PDF files and other
filetypes are ignored.
The number of parallel requests is controlled by splitPdfConcurrencyLevel
*.
The default is 8 and the max is set to 15 to avoid high resource usage and costs.
If at least one request is successful, the responses are combined into a single response object. An
error is returned only if all requests failed or there was an error during splitting.
splitPdfPage
set to true
, without any chunking parameters.results.json
.retryConfig
*
when initializing the client. If a request to the API fails, the client will retry the
request with an exponential backoff strategy up to a maximum interval of one minute. The
function keeps retrying until the total elapsed time exceeds maxElapsedTime
*,
which defaults to one hour:
camelCase
convention. The Python SDK follows the snake_case
convention. Other than this difference in naming convention,
the names used in the SDKs are the same across all methods.