Skip to main content

Reveal (Stage 1)

POST /reveal/request

Request

{ "matchId": "<uuid>", "type": "clip" }

Response

{ "requestId": "<uuid>", "status": "pending" }

POST /reveal/confirm

Request

{ "requestId": "<uuid>" }

Response

{
"status": "revealed",
"media": { "url": "https://cdn/.../clip.mp4", "kind": "clip" }
}

Confirmed media is visible to both participants and pinned in the match header gallery.