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/complete" \ -H "Content-Type: application/json" \ -d '{ "status": "completed" }'{ "success": true, "dry_run": true, "run_id": "string", "status": "completed", "summary": "string"}