replace_transcript
Replace a recording's transcript with your own content to correct speech-to-text errors, translate, or enrich after upload. The summary is automatically regenerated and marked as agent-edited.
Instructions
REPLACE a recording's transcript with content you author (needs the 'ingest' scope). Use it to fix a bad speech-to-text pass, translate, or enrich a silent agent capture after upload. The summary regenerates from the new text automatically. Provenance is explicit: the transcript is marked as agent-edited, never passed off as speech-to-text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The recording's public id (the slug in its share URL, e.g. 'a1b2c3d4e5f6') or the full https://clipy.online/video/<id> URL. | |
| language | No | BCP-47-ish language tag, default 'en'. | |
| segments | No | Timestamped segments. Provide this OR plaintext. | |
| plaintext | No | Whole transcript as one text block (stored as a single segment). |