Document Split URLs

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

include_file

ValueDescription
originalReturns only the original (pre-split) document file. (default)
splitReturns only the individual split document files.
allReturns both the original and all split document files.

file_format

ValueDescription
s3_urlReturns a presigned S3 URL for the file. (default)
base64Returns the file as a Base64-encoded string.
bothReturns both the presigned S3 URL and the Base64-encoded string.


Path Params
string
required

The document ID of the original (pre-split) document.

Query Params
string
enum
Defaults to original

Specifies which file(s) to return.

Allowed:
string
enum
Defaults to s3_url

Format in which the file(s) are returned.

Allowed:
Headers
string
required

Your personal API key for authentication. You can find it on your Docsumo settings page.

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!