To use the download express feature via the API, call the endpoint:
{{keepeekInstance}}/download-express?mid={{mediaId1}}&mid={{mediaId2}}...
Add mid query parameters for each medias you want to download. Note that if only one document is specified, you will get the file directly, if more than one document is specified, a zip will be generated.
Example: curl command to download two files through download express:
curl --request GET --url 'https://{{keepeekInstance}}/download-express?mid={{mediaId1}}&mid={{mediaId2}}' --header 'authorization: Basic basicAuuthenth' --output test.zip
Basic Authentication and jwt authentication are available on this path.
Comments
0 comments
Please sign in to leave a comment.