View File From Portal

View a file that's located in an upload portal (requires JWT auth). Will return a signed URL to the bucket.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/portals/{portalId}/files/view?path=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?