Skip to main content
GET
/
api
/
r2r
/
v3
/
documents
/
download_zip
Reverse Proxy Auth
curl --request GET \
  --url https://api.intelligence.io.solutions/api/r2r/v3/documents/download_zip \
  --header 'Authorization: Bearer <token>'
"<any>"
The endpoint allows downloading:
  • Specific documents by providing their IDs
  • Documents within a date range
  • All accessible documents if no filters are provided
Files are streamed as a zip archive to handle potentially large downloads efficiently.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string

JWT token

Authorization
string

io.net provided API Key

x-api-key
string

API key set by an SDK client

Response

Successful Response

The response is of type any.