Introduction

Pipevideo HTTP API — endpoints, authentication, and client libraries.

The Pipevideo API is a REST interface for video generation. It uses an OpenAI Responses-compatible shape with Pipevideo-specific extensions for video output.

Base URL: https://api.pipevideo.co/v1

Endpoints

MethodPathAuthDescription
GET/v1/enginesPublicList engines and orchestration models
POST/v1/responsesAPI keyCreate a video generation
GET/v1/responses/{id}API keyGet generation status and result
DELETE/v1/responses/{id}API keyCancel an in-flight generation
GET/v1/usageAPI keyUsage stats, balance, and breakdown

Client options

ApproachBest for
REST APIAny language, full control
TypeScript SDKNode.js and edge runtimes with typed helpers
OpenAI SDKExisting OpenAI integrations — change baseURL and use responses.create
MCP serverAI assistants and agent frameworks