Start Transformation Job
Start a transformation job to fetch data from the organization and put it in a project, or transform into new data.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"string","filter":"string","uploadType":"project","projectId":0,"newProjectName":"string","projectApiKey":"string","projectHmacKey":"string","transformationBlockId":0,"builtinTransformationBlock":{},"category":"training","outputDatasetName":"string","label":"string","emailRecipientUids":[0],"transformationParallel":0,"extraCliArguments":"string"}'
Last updated
Was this helpful?