POST
/
api
/
{projectId}
/
jobs
/
optimize
Optimize model
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/optimize \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "id": 12873488112
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

extendedFromJobId
integer

Tuner coordinator job ID for the direct descendant job to extend this search from

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

id
integer
required

Job identifier. Status updates will include this identifier.

Example:

12873488112

error
string

Optional error description (set if 'success' was false)