Spectatr.ai

Scheduling & Ingestion · Ingest

Stop the source

Call at full time. Closes the recording, releases the channel and starts clip generation. Takes no body.


POST/matches/{externalId}/ingest/stop

Response, 200

200 OK
{
  "id": "68b9c2110d5f8e4a72bb11",
  "externalId": "g-88213",
  "state": "ENDED",
  "endedAt": 1757019240000
}

Idempotent, so calling it on an already-stopped source returns the same body, not an error. Stopping a source that never carried video returns state: "CANCELLED". Stopping also marks the fixture finished, and closes the series once its last match has ended.