Cliphi + Poe

A Poe bot that
clips videos

Poe server bots can call any HTTP API. Three Cliphi endpoints make yours a clipping bot.

1Give your server bot a Cliphi key

As an environment secret. The developer docs carry the three calls: submit, status, render.

2Handle the async flow

Submit returns a job id in about two seconds; poll until the moments arrive, then show the free preview links.

3Render only on request

Only rendering produces real files. Let the user pick before your bot makes anything.

Poe questions

A server bot, because it needs to make outbound calls to Cliphi. Prompt bots cannot reach an external service. If you have built any Poe server bot before, this is the same shape with three calls in it.

Answer immediately and follow up. Cliphi returns a job id in about two seconds, so your bot can tell the user their video is processing, keep the id, and post the preview links into the conversation once the moments are ready.

In your bot's environment secrets, never in the bot's prompt or in code you share. Your bot holds one key and calls Cliphi on behalf of everyone who talks to it, so that single credential is worth protecting properly.

No. Show the free preview links and let the person reply with their picks. It is a better experience and it keeps an unattended bot from turning one long video into far more finished clips than anybody wanted.

Also works from

Build a Poe bot that clips

Three endpoints turn a server bot into a video clipping bot.

Building your own agent or workflow? Developer docs