Skip to content

useapi/pixverse-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Runnable Node.js examples for the PixVerse API by useapi.net — drive your own PixVerse account over REST: native PixVerse V6 / C1 video (audio, multi-shot, 900+ effects) plus the frontier models PixVerse hosts (Seedance 2.0, Kling V3, Veo 3.1, Sora 2, Grok Imagine) and images (Nano Banana, GPT Image, Seedream, Qwen). Text/image-to-video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors