wave_mark_highlight
Mark a specific moment in a live stream to create a highlight for later clipping. Provide the stream ID, timestamp, and optional label to save the highlight.
Instructions
Mark a moment in a stream as a highlight for later clipping (POST /v1/streams/{id}/highlights)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Label for the highlight | |
| stream_id | Yes | The stream ID | |
| timestamp | No | ISO 8601 timestamp of the highlight moment (default: now) | |
| confidence | No | Confidence score (0-1, for AI-detected highlights) | |
| duration_seconds | No | Duration of the highlighted moment, in seconds |