Download original files
A quick guide on how to download original files using the Alphamoon API
Download uploaded files
Alphamoon REST API enables you to download original files for specified collections. To do that, get the collection_id of the processed file from:
Upload a file endpoint (Base64 or Binary)
Get collections endpoint
URL e.g. https://workspace.alphamoon.ai/supervision/223742cc9bca43fd81b2d41b0018e4c7
Use the following endpoint to get the original files:
Download original files for specified collections
GET
/api/v0.3/collections/{collection_id}/uploaded files
Path Parameters
Name
Type
Description
collection-id*
String
The id of the collection for which you want to download the original files.
See the example:
See next:
Last updated