Validate a VidLang spec against built-in rules and optional custom rules. 5 credits.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/check \ --header 'Content-Type: application/json' \ --data ' { "spec": {}, "rules": [ "<string>" ] } '
{ "passed": true, "results": [ { "rule": "<string>", "passed": true, "message": "<string>", "severity": "<string>", "location": "<string>" } ] }
VidLang spec JSON to validate
Show child attributes
Optional custom rules as plain text strings. Evaluated by AI
The request has succeeded.