Last updated 10 months ago
Was this helpful?
Get data explorer configuration, like the type of data, and the input / dsp block to use.
/api/{projectId}/raw-data/data-explorer/settings
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/settings' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "impulseId": 1, "preset": "keywords", "dimensionalityReductionTechnique": "tsne", "dimensionalityReductionRecommendation": "tsne" }