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