API Reference
Preview a mistake removal plan.
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Path Parameters
projectId*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/projects/string/mistakes/plan" \ -H "Content-Type: application/json" \ -d '{ "timeline_item_id": "string" }'{ "timelineItemId": "string", "mediaAssetId": "string", "videoUrl": "string", "analyzedSegments": [ { "timelineItemId": "string", "label": "string", "verdict": "mistake", "confidence": 0, "reason": "string", "transcriptPreview": "string", "trimStartSeconds": 0, "trimEndSeconds": 0, "durationSeconds": 0, "mediaAssetId": "string" } ], "segments": [ { "timelineItemId": "string", "label": "string", "verdict": "mistake", "confidence": 0, "reason": "string", "transcriptPreview": "string", "trimStartSeconds": 0, "trimEndSeconds": 0, "durationSeconds": 0, "mediaAssetId": "string" } ], "summary": { "analyzedCount": 0, "mistakeCount": 0 }, "model": "string"}Look up a mutation receipt by caller key GET
Read the receipt for this API key, workspace, operation and idempotency key. No mutation is retried. A null receipt means no receipt was found at read time; it does not prove that an outstanding request cannot still be accepted. Receipt status describes request execution, not background job completion.
Preview a silence removal plan POST
Preview a silence removal plan.