Skip to main content

Batch download files.

POST 

/bv/cms/v1/library/files:download

Provides the download link and its expiration time for each specified file.


Required field(s):

  • ids

Request

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

Request payload used to retrieve the download information of files.

    ids stringrequired

    Required. The unique id of the files.

Responses

A successful response.

Schema
    download_files object[]
  • Array [
  • id string

    The unique identifier of the file.

    download_uri string

    The URI that can be used to download the file.

    download_filename string

    The original name that of the file.

    expiration_time date-time

    Indicating until when the download uri will be valid

  • ]
Loading...