Skip to main content

Create VOD Screenshot

POST 

/bv/cms/v1/vods/:id:create-screenshot


Required field(s):

  • id
  • position

Request

Path Parameters

    id stringrequired

    Required. Indicates the unique id of the VOD.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Body

required
    position floatrequired

    Required. position of VOD in secs.

Responses

A successful response.

Schema
    download_uri string

    Output only. The download URI of the screenshot file, which will expire 10 minutes after creation.

Loading...