Retrieve a single thumbnail URL for a specific event in an analysis.Documentation Index
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
video_id | str | ID of the video (required) |
analysis_id | str | ID of the analysis containing events (required) |
event_idx | int | 0-based index of the event (required) |
For a step-by-step tutorial, head over to SDK Usage Examples.