curl --request GET \
--url https://sapi.withsutro.com/storage/files/{id}/download \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Download a stored file by its ID. Returns the file as a binary stream with Content-Type, Content-Disposition, and Content-Length headers.
curl --request GET \
--url https://sapi.withsutro.com/storage/files/{id}/download \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Was this page helpful?