Skip to main content

List available videos

GET 

/bv/aisk/v1/sources/available-videos

This API is used to list the videos that can be used to create a source.

Request

Query Parameters

    current_page int32

    Input only. Indicates the current page to shows. Default: 1.

    items_per_page int32

    Input only. Indicates the number of items to shows per page. Default: 1. Max: 100.

    filter.name string

    Filter by the name of video

Responses

A successful response.

Schema
    videos object[]
  • Array [
  • id string
    name string
    subtitles object[]
  • Array [
  • id string
    display_name string
    is_source boolean
  • ]
  • source_id string
  • ]
  • pagination object
    total_items int32

    Output only. The total numbers of the list in the current pagination.

    items_per_page int32

    Output only. The number of items per page in the current pagination.

    current_page int32

    Output only. The current page in the current pagination.

Loading...