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, "error": "<string>", "id": 12873488112 }
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
OK
The response is of type object.
object