Last updated 10 months ago
Was this helpful?
Verify the validity of a custom DSP block
/api/{projectId}/verify-dsp-block/url
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/verify-dsp-block/url' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"url":"text"}'
{ "success": true, "error": "text", "block": { "title": "text", "author": "text", "description": "text", "name": "text", "latestImplementationVersion": 1, "namedAxes": [ { "name": "text", "description": "text", "required": true } ] } }