cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/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.
Organization ID
Dataset name
OK
The response is of type object.
object