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.
post
/v1
video-summarization/create
Create a new video summarization request
get
/v1
/status/{run_id}
Query the status of a video summarization operation
get
/v1
/cancel/{run_id}
Cancel a video summarization
Last modified 8mo ago