Last updated 12 months ago
Was this helpful?
Verify the validity of a custom DSP block
Project ID
POST /v1/api/{projectId}/verify-dsp-block/url HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 14 { "url": "text" }
OK
{ "success": true, "error": "text", "block": { "title": "text", "author": "text", "description": "text", "name": "text", "latestImplementationVersion": 1, "namedAxes": [ { "name": "text", "description": "text", "required": true } ] } }