Skip to main content
POST
Start a clipping
A clipping runs in the background and takes several minutes. This endpoint starts it and answers at once with its id. Follow it with Get a clipping. What the clips look like and how they are picked: Clipping.

The fields

The drafts are never scheduled or published. Each clip’s drafts take the next free time from your posting times, with the network settings left empty: add what the network needs before you schedule them.

Minutes

A clipping uses one clipping minute for each started minute of the video, however many clips it makes. They are taken once PostQueen knows how long the video is, and given back if no clip is made. See Clipping minutes.

If it fails

These 429 answers come from clipping itself, not from an hourly limit, so they carry no Retry-After header. A problem found after the start, such as a private video or one longer than your minutes, does not fail this request. It ends the clipping as failed, with the reason in error on Get a clipping.

Authorizations

Authorization
string
header
required

Your API key from Connections > API Keys, or an OAuth access token (pos_...). Send it as it is, with no Bearer prefix.

Body

application/json
url
string<uri>
required

A YouTube video, on youtube.com or youtu.be

integrations
string[]

Channel ids to draft every clip on. Without any, the clips only land in the media library

Maximum array length: 20
clips
integer
default:5

The most clips to make. A video with fewer good moments gives fewer

Required range: 1 <= x <= 10
fit
enum<string>
default:blur

How the horizontal picture fills the vertical clip. blur keeps the whole picture over a blurred copy of itself. crop fills the frame with the middle of the picture and cuts the sides away, with no face tracking

Available options:
blur,
crop

Response

Started. The clipping runs in the background

id
string

The clipping's id, for GET /clipping/{id}

Last modified on September 23, 2026