Skip to main content
POST
Share video

Authorizations

Authorization
string
header
required

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

Path Parameters

service_id
string
required

ID of the service

Example:

"abcde12345abcde12345a"

service_provider
enum<string>
required

A slug for the service provider

Available options:
youtube,
tiktok,
facebook,
instagram
Example:

"youtube"

video_id
string
required

ID of the video

Example:

"abcde12345abcde12345a"

Body

application/json
title
string
Required string length: 1 - 100
Example:

"Example"

description
string
Maximum string length: 250
Example:

"Example description"

tags
string[]
Example:
privacy
enum<string>
Available options:
public,
private,
unlisted
Example:

"private"

allow_comment
boolean
Example:

false

allow_duet
boolean
Example:

false

allow_stitch
boolean
Example:

false

disclose_commercial_content
boolean
Example:

false

promoting_own_business
boolean
Example:

false

promoting_another_business
boolean
Example:

false

caption
string
Required string length: 1 - 100
Example:

"Example"

page_id
string
Required string length: 1 - 20
Example:

1234567890

Response

Share a video

success
boolean
required
Example:

true

result
object
required
Example:
errors
object[]
required
Example: