get
https://app.docsumo.com/api/v1/mew/apikey/autosplit/files/
Retrieve file(s) associated with an original (pre-split) document. Unlike the /info/ endpoint, this endpoint is purpose-built for file retrieval and returns the original file's presigned S3 URL by default — no query parameters required.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
include_file
| Value | Description |
|---|---|
original | Returns only the original (pre-split) document file. (default) |
split | Returns only the individual split document files. |
all | Returns both the original and all split document files. |
file_format
| Value | Description |
|---|---|
s3_url | Returns a presigned S3 URL for the file. (default) |
base64 | Returns the file as a Base64-encoded string. |
both | Returns both the presigned S3 URL and the Base64-encoded string. |
200