Create Trial
Create trial
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{jobId}/create-trial \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"id":"string","experiment":"string","original_trial_id":"string","inputBlocks":[{}],"dspBlocks":[{}],"learnBlocks":[{}]}'
Last updated
Was this helpful?