KINOPIPE FOR N8N

Add cloud video editing to an n8n workflow.

Call a focused KinoPipe endpoint from the HTTP Request node, wait for the asynchronous job and pass the finished file to the next node.

SETUP
Import the starter workflow
01

Download the workflow JSON, import it into n8n and add your KinoPipe API key to the two HTTP Request nodes.

02

Set the sourceUrl field, run the workflow and use result.output.downloadUrl in the next node.

Credential used by HTTP Request nodes
KINOPIPE_API_KEY=kp_live_••••
n8n edition
Cloud or self-hosted
Node
Built-in HTTP Request
Output
Temporary download URL
PROMPTS TO TRY

Ask for the output you need.

KinoPipe gives n8n focused tools with bounded fields. Include the source and target format in your request.

Resize an uploaded product demo to 9:16 before the social publishing nodes.

Extract MP3 audio from each new video in a Drive folder.

The starter uses built-in n8n nodes. You do not need shell access, FFmpeg on the n8n host or a community node.

FAQ

KinoPipe and n8n

Does this work on n8n Cloud?

Yes. The workflow calls KinoPipe over HTTPS and uses built-in nodes.

Where should I store the KinoPipe API key?

Use an n8n credential or a protected environment variable. Do not place a live key in a shared workflow export.