Create Pre-Signed S3 Upload Link
Creates a signed link to securely upload data to s3 bucket directly from the client.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/portals/{portalId}/upload-link \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"fileName":"string","fileSize":0,"fileHash":"string"}'
Last updated
Was this helpful?