cURL
curl --request GET \ --url https://api.example.com/api/v1/files/{id}
Download a file via the authenticated API
Content-Type
curl -H "Authorization: Bearer $API_KEY" \ http://localhost:8080/api/v1/files/V1StGXR8_Z5jdHi6B-myT \ --output photo.png
id