Last updated 5 months ago
Was this helpful?
Complete EON tuner run and mark it as succesful
Project ID
Job ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{jobId}/complete-search' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "success": true }'
{ "success": true, "error": "text" }