Skip to main content
POST
Save Video Content Queue

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
source_url
string
required
Required string length: 1 - 2048
source_type
enum<string> | null
Available options:
rss,
html,
youtube,
unknown
limit
integer
default:30
Required range: 1 <= x <= 100
candidates
VideoContentPageCandidate · object[]
Maximum array length: 100

Response

Successful Response

sources
VideoContentQueueSourceResponse · object[]
items
VideoContentQueueItemResponse · object[]