All tools

Social & video · publish_video

Publish a video

Publish or schedule on LinkedIn, Instagram and TikTok.

Price
included
Requirements
Page LinkedIn or Instagram or TikTok
set it up in Settings → Integrations
Human approval
Yes, by default
outside-facing write: a human validates

Input

FieldTypeDescription
videos *arrayVidéos à publier (lot).

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"publish_video","input":{"videos":[]}}'
$run({ "tool": "publish_video", "input": {"videos":[]} })