API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Path Parameters
runId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/ai-edit/runs/string/validate" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "dry_run": true, "run_id": "string", "project_id": "string", "passed": true, "checks": [ { "rule": "string", "passed": true, "message": "string" } ]}