Video Summarization API

Prior to working with the Video Summarization API, please read through the API Getting Started page to learn about account creation, API keys, and other information on authentication. Each request requires that the appropriate authentication headers are included.

Creating video previews

Create a new video summarization request

POST /v1video-summarization/create

Initiates a video summarization from a target full-length video and a set of summarization parameters.

Request Body

{
    // Response
}

Query the status of a video summarization operation

GET /v1/status/{run_id}

Request status information on an ongoing video summarization operation.

Query Parameters

{
    // Response
}

Cancel a video summarization

GET /v1/cancel/{run_id}

Request cancelation of an ongoing video summarization operation.

Query Parameters

{
    // Response
}

Last updated