Skip to main content
POST
Scan Video Content Source

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string<uuid>
required

Body

application/json

Scan a VPT content source/list URL for candidate video inputs.

url
string
required
Required string length: 1 - 2048
limit
integer
default:30
Required range: 1 <= x <= 100

Response

Successful Response

source_url
string
required
source_type
enum<string>
required
Available options:
rss,
html,
youtube,
unknown
limit
integer
default:30
total_items
integer
default:0
Required range: x >= 0
candidates
VideoContentPageCandidate · object[]
error
string | null