Skip to main content
Run prompt-based analysis on one or more uploaded videos. Prompt analysis detects custom events using natural language prompts and defaults to Thinking mode.
analysis = client.analyze(
    "video_id_1",
    prompt="detect vehicles parked on the sidewalk",
)
Use prompt analysis for custom natural-language requirements.