Skip to main content

Publish to social accounts

POST 

/contents/upload/:content_id

Dispatches the rendered video to the selected connected accounts.

account_ids is a list of objects, not strings.

The handler reads a.get("id") on each element, so ["abc"] resolves to no accounts at all — the request is accepted, the status moves, and nothing is ever published. Send [{"id": "abc"}].

Get account ids from GET /accounts.

Request

Responses

Upload queued. Poll GET /gen/task-status/{content_id}.