Download File From Portal

Download a file from an upload portal (requires JWT auth). Will return a signed URL to the bucket.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/portals/{portalId}/files/download \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"path":"string"}'

Last updated

Was this helpful?