Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This API call returns a download id for a provided list of files. Folders or multiple files are downloaded as .zip archive.

Resource URL

/api/1.0/file/download-link

Resource Information

 

Response formatsJSON
Requires authentication?Yes (user context only)
Rate limited?Yes
Requests / 15-min window (user auth)15
HTTP MethodPOST
Response code200

Parameters

 

Name TypeDefault ValueValidationDescription

ids

required

uuid[]-uuid4[]

array of file IDs to download

 


Example Request URL

Example Result

{
	"id": <uuid>
}

 

 

 

 

 

 

 

  • No labels
Quatrix APIs v1.0 QA1