Classify a complete file against the current impulse, for all given variants.
Depending on the size of your file and whether the sample is resampled, you may get a job ID in
the response.
Authorizations
Path parameters
projectIdintegerrequired
Project ID
sampleIdintegerrequired
Sample ID
Query parameters
includeDebugInfobooleanoptional
Whether to return the debug information from FOMO classification.
variantsstringrequired
List of keras model variants, given as a JSON string
Example: ["int8", "float32"]
impulseIdintegeroptional
Impulse ID. If this is unset then the default impulse is used.
truncateStructuredLabelsbooleanoptional
If true, only a slice of labels will be returned for samples with multiple labels.
Responses
application/json
any ofoptional
post
POST /v1/api/{projectId}/classify/v2/{sampleId}/variants HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*