POST
/
api
/
v1
/
assets
/
{video_id}
/
schedule
Schedule Post
curl --request POST \
  --url https://api.example.com/api/v1/assets/{video_id}/schedule \
  --header 'Content-Type: application/json' \
  --data '
{
  "platforms": [
    "<string>"
  ],
  "caption": "",
  "when": "<string>"
}
'
{}

Path Parameters

video_id
string
required

Body

application/json
platforms
string[]
required
caption
string
default:""
when
string | null

Response

Successful Response

The response is of type Response Schedule Post Api V1 Assets Video Id Schedule Post · object.