curl --request GET \
--url https://api.openint.dev/v0/unified/file-storage/file/{id}/download \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
"<any>"
Successful response
The response is of type any
.
curl --request GET \
--url https://api.openint.dev/v0/unified/file-storage/file/{id}/download \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
"<any>"