Generate a time-limited download link to the archive file. The URL provides direct access to download the compressed archive contents.
curl --request GET \
--url https://api.fluxer.app/v1/admin/archives/{subjectType}/{subjectId}/{archiveId}/download \
--header 'Authorization: <api-key>'{
"downloadUrl": "<string>",
"expiresAt": "<string>"
}Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
The subjectType
The subjectId
The archiveId
curl --request GET \
--url https://api.fluxer.app/v1/admin/archives/{subjectType}/{subjectId}/{archiveId}/download \
--header 'Authorization: <api-key>'{
"downloadUrl": "<string>",
"expiresAt": "<string>"
}