Focused server-side examples for building with Veo 3.1 Official models on PoYo.
Veo 3.1 Official is useful when product teams need high-quality video drafts with native audio, aspect-ratio control, and clear upgrade paths from fast drafts to quality renders.
Try on PoYo | Get API Key | Docs | Pricing | Main Examples
- Text-to-video with
veo3.1-fast-official - Lite and quality model variants
- Optional native audio with
sound - Polling and webhook handling for production video generation
- cURL and Node.js backend examples
cp .env.example .env
export POYO_API_KEY="your-api-key"Run the Node.js example:
cd node
npm startKeep POYO_API_KEY on the server. Do not expose it in browser code, mobile apps, screenshots, or public logs.
- Keep
POYO_API_KEYon the server - Submit a generation task
- Store
data.task_id - Poll status while testing
- Use
callback_urlwebhooks in production
This repo uses veo3.1-fast-official, veo3.1-lite-official, veo3.1-quality-official.
| Path | What it covers |
|---|---|
curl/generate.md |
Copy-paste API request. |
node/ |
Native Node.js backend example. |
docs/prompt-examples.md |
Practical prompts for product workflows and creative tests. |
docs/production-notes.md |
Security and reliability notes before launch. |
webhooks/express-webhook/ |
Minimal Express receiver for PoYo callbacks. |
make checkOn Windows:
./scripts/check.ps1MIT