Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 3.11 KB

File metadata and controls

33 lines (20 loc) · 3.11 KB

PixVerse API examples (useapi.net)

Runnable Node.js examples for the PixVerse API by useapi.net — drive your own PixVerse account over a simple REST API. Generate native PixVerse V6 / V5.x / C1 video (integrated audio, multi-shot, 900+ effect templates) plus the frontier models PixVerse hostsSeedance 2.0, Kling V3 / O3, Veo 3.1, Sora 2 / Sora 2 Pro, Grok Imagine, HappyHorse — and images (Nano Banana / 2 / Pro, GPT Image 2.0, Seedream 5.0, Qwen). No developer account, no per-call metering.

Each example reads a list of prompts from prompts.json, submits them through the useapi.net PixVerse API, polls each task until it is final, and downloads every finished MP4 — so you can queue a batch and come back to the winners.

Example What it does Tutorial
video/ Batch-generate PixVerse V6 / V5.x / C1 video — text-to-video and image-to-video — with integrated audio, multi-shot, and any hosted model (Seedance, Kling, Veo 3.1, Sora 2, Grok, HappyHorse) selectable per prompt How to Generate AI Video with PixVerse V6 via the PixVerse API

Quick start

You need Node.js v21 or newer (no dependencies to install), a useapi.net API token, and a connected PixVerse account (one $15/month subscription covers every useapi.net API):

git clone https://github.com/useapi/pixverse-api.git
cd pixverse-api/video
node ./pixverse.mjs <API_TOKEN> <EMAIL>

API_TOKEN is your useapi.net token and EMAIL is your connected PixVerse account email — every script looks the account up by email automatically. Edit prompts.json in each folder to queue your own prompts. The PixVerse API is served under the /v2/pixverse/... base path; every supported parameter is documented on the POST /videos/create endpoint page.

Tutorials

About useapi.net

useapi.net is an experimental REST API for AI services. The PixVerse API drives your own PixVerse account, so you spend your plan's credits at consumer rates instead of metered developer-API pricing. See the model matrix and pricing on the API overview.

Visit our Discord Server or Telegram Channel for any support questions and concerns.

We regularly post guides and tutorials on the YouTube Channel.