Videos

List Video Detected Clips

Detected play clips for a submitted video — the same data the internal flow serves at /jobs/{job_id}/clips.

video_uuid accepts either the Glory League video UUID or the league DB's numeric videos.video_id (the /jobs key).

Empty until the stats were delivered (the clips query itself filters on league status '4'). 404 when the key matches nothing.

When VIDEO_ENDPOINTS_LIVE is False, returns a preview response.

get/api/v1/videos/{video_uuid}/clips

Path parameters

video_uuidstring required

Headers

x-api-keystring required

Required API key issued by Preciser.

Required API key issued by Preciser.

Leaguestring required

Required tenant/database selector, for example pitchbio-master.

Required tenant/database selector, for example pitchbio-master.

Response

Successful Response

Changes

Changed in 1 of the 10 revisions of this API.42

  • 9b0abde08b0642See the full diff
    • the header request parameter League became required

      request-parameter-became-required

    • the header request parameter x-api-key became required

      request-parameter-became-required

    • header request parameter League list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • header request parameter x-api-key list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the header request parameter League, the type/format was generalized from / to string/

      request-parameter-type-generalized

    • for the header request parameter x-api-key, the type/format was generalized from / to string/

      request-parameter-type-generalized