Create New Empty Project
Create a new empty project within an organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/new-project \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"projectName":"EEG trials","projectOwnerUsernameOrEmail":"[email protected]"}'
Last updated
Was this helpful?