Create presigned download URL
GET/files/v1/{fileId}/download-url
S3 presigned URL flow for upload/download with file metadata persistence.
Query-Parameter
| Name | Typ | Beschreibung |
|---|
inline | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
fileIderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/files/v1/{fileId}/download-url \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.files.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |