Verify custom DSP block

Verify custom DSP block

post

Verify the validity of a custom DSP block

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Body
urlstringRequired
Responses
200
OK
application/json
Responseall of
post
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"
}
200

OK

{
  "success": true,
  "error": "text",
  "block": {
    "title": "text",
    "author": "text",
    "description": "text",
    "name": "text",
    "latestImplementationVersion": 1,
    "namedAxes": [
      {
        "name": "text",
        "description": "text",
        "required": true
      }
    ]
  }
}

Last updated

Was this helpful?