curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/settings \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"preset": "keywords",
"dimensionalityReductionTechnique": "tsne",
"impulseId": 123
}'
{
"success": true,
"error": "<string>"
}
Set data explorer configuration, like the type of data, and the input / dsp block to use.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/settings \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"preset": "keywords",
"dimensionalityReductionTechnique": "tsne",
"impulseId": 123
}'
{
"success": true,
"error": "<string>"
}
Project ID
OK
The response is of type object
.