Download original files
A quick guide on how to download original files using the Alphamoon API
Last updated
A quick guide on how to download original files using the Alphamoon API
Last updated
Alphamoon REST API enables you to download original files for specified collections. To do that, get the collection_id of the processed file from:
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:
GET
/api/v0.3/collections/{collection_id}/uploaded files
collection-id*
String
The id of the collection for which you want to download the original files.
See next: