v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Channels
Channels Sync

Import videos in channel

Import a remote channel/playlist videos into a channel

post/api/v1/video-channels/{channelHandle}/import-videos

Path parameters

channelHandlestring required
Example:my_username | my_username@example.com

The video channel handle

Request body

externalChannelUrlstring required
videoChannelSyncIdinteger

If part of a channel sync process, specify its id to assign video imports to this channel synchronization

Example request

{
  "externalChannelUrl": "https://youtube.com/c/UC_myfancychannel"
}

Response

successful operation