Find Syntiant posterior parameters

Find Syntiant posterior parameters

post

Automatically find the current posterior parameters for the Syntiant deployment target

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Query parameters
impulseIdintegerOptional

Impulse ID. If this is unset then the default impulse is used.

Body
targetWordsstring[]Required
referenceSetstring · enumRequiredPossible values:
wavFilestring · binaryOptional
metaCsvFilestring · binaryOptional
deploymentTargetstring · enumOptionalPossible values:
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/{projectId}/jobs/find-syntiant-posterior HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 132

{
  "targetWords": [
    "text"
  ],
  "referenceSet": "600_seconds",
  "wavFile": "binary",
  "metaCsvFile": "binary",
  "deploymentTarget": "syntiant-ndp101"
}
200

OK

{
  "success": true,
  "error": "text",
  "id": 12873488112
}

Last updated

Was this helpful?