Skip to main content
POST
Check spec

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
spec
object
required

VidLang spec JSON to validate

rules
object
required

VidLang rules config. All rules off by default — enable explicitly. E.g. { "VL013": true, "VL003": false, "VL011": { "severity": "warning" } }

Response

The request has succeeded.

passed
boolean
required
results
object[]
required