POST /v1/api/{projectId}/optimize/{jobId}/create-trial HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 245
{
"id": "text",
"experiment": "text",
"original_trial_id": "text",
"optimizationRound": 1,
"inputBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"dspBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"learnBlocks": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]
}