cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/portals/{portalId}/upload-link \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "fileName": "<string>", "fileSize": 123, "fileHash": "<string>" }'
{ "success": true, "error": "<string>", "url": "<string>", "ETag": "<string>" }
Creates a signed link to securely upload data to s3 bucket directly from the client.
Portal ID
OK
The response is of type object.
object