cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/post-processing/{postProcessingId}/samples/{sampleId}/classify \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "enabled": true, "parameters": {} } '
{ "success": true, "id": 12873488112, "error": "<string>" }
Classify a sample using post-processing parameters. Sample should be in the post-processing dataset.
Project ID
Post-processing Block ID, use the impulse functions to retrieve the ID
Sample ID
Show child attributes
OK
Whether the operation succeeded
Job identifier. Status updates will include this identifier.
12873488112
Optional error description (set if 'success' was false)