veed

Generate talking-avatar, lip-synced, and background-removed videos via the Veed API on Pixazo.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill veed-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: veed
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/veed
Command: npx skills add https://github.com/Pixazo-AI/skills --skill veed-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating presenter-style videos, lip-synced footage, or clean background-free cutouts normally requires video editing software and manual work. This Skill lets an AI agent call the Veed API through the Pixazo gateway to produce these videos programmatically from an image, audio track, or source video. ## Core Features & Use Cases - Talking Avatar Generation: Combine a reference image and an audio track into a speaking-presenter video with Veed Fabric 1.0. - Lip Sync: Match a speaker's lips in an existing video to a new audio track using Veed Lipsync or Lipsync 2.0. - Video Background Removal: Strip the background from a video clip for clean cutouts. - Use Case: A marketer has a product photo and a recorded voiceover; the agent submits both to Veed Fabric, polls the async task until complete, and returns a ready-to-share talking-avatar video URL. ## Quick Start Ask the agent to create a talking-avatar video from a portrait image and an MP3 voiceover using Veed, providing your Pixazo API key when prompted.

Frequently Asked Questions about veed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a talking avatar video from an image and audio?▼

Submit a reference image URL and an audio URL to the Veed Fabric 1.0 endpoint through the Pixazo gateway with your API key. The API returns a task ID, and you poll the result endpoint until the generated video URL is ready.

How to lip sync a video to new audio with Veed?▼

Send the source video URL and the new audio URL to the Veed Lipsync or Lipsync 2.0 endpoint at gateway.pixazo.ai. The API matches the speaker's lip movements to the audio and returns the processed video after asynchronous polling.

Can Veed remove the background from a video?▼

Yes, the Veed 1.0 video background remover operation accepts a video input and produces a cutout with the background removed. It runs as an asynchronous task through the Pixazo gateway using the same API key authentication.

Why does my Veed API request return a 401 error?▼

A 401 means the Pixazo API key is missing or invalid. Set the PIXAZO_API_KEY environment variable or save the key to ~/.pixazo/api-key, and generate a fresh key at api-console.pixazo.ai/api_keys if needed.

How long does Veed video generation take?▼

Video generation is asynchronous, so after submitting you poll the status endpoint every 5 to 10 seconds. The skill recommends a total polling cap of about 10 minutes for video tasks before treating the job as stalled.