VEED logo

VEED

Free tier

AI video creation platform — from idea to branded, feed-ready video in minutes

Free tier available·All audiences·Powered by Proprietary (Fabric 1.0) + OpenAI Sora 2, Google Veo 3.1, Kling AI, PixVerse, MiniMax Video, LTX Video·API available

Key strengths

AI-powered text-to-video and image-to-video generationBest-in-class automatic subtitle and caption generationBrand kit integration (fonts, colours, logos, voice) applied instantlyAI avatars, voice dubbing, and eye contact correctionAccess to multiple frontier video AI models (Sora 2, Veo 3.1, Kling AI, etc.)
Free tier + paid plans
London, United Kingdom
Founded 2018
No ratings yet

VEED Developer Documentation (Fabric 1.0 API)

VEED exposes programmatic access to its AI video capabilities through the Fabric 1.0 API, enabling developers to embed video generation, subtitling, avatars, and more into their own applications.

Key Endpoints & Capabilities

  • Text-to-Video / Image-to-Video — Submit a prompt or image and receive a generated video asset powered by Fabric 1.0 or selectable third-party models (Sora 2, Veo 3.1, Kling AI, etc.).
  • AI Avatars — Generate talking-head avatar videos by passing a script; choose from a library of stock avatars or custom-trained likenesses.
  • Auto Subtitles — Send a video URL and receive timestamped subtitle data (SRT/VTT) with high accuracy across multiple languages.
  • Text-to-Speech & Voice Dubbing — Convert scripts to natural-sounding speech or dub existing video audio into target languages.
  • Background Removal (Video & Audio) — Programmatically strip video backgrounds or remove background noise from audio tracks.

Authentication & Integration

# Example: Trigger subtitle generation via Fabric 1.0 API
curl -X POST https://api.veed.io/v1/subtitles \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"video_url": "https://example.com/my-video.mp4", "language": "en"}'

API keys are managed via the VEED dashboard. Rate limits and model access tiers vary by subscription plan. Enterprise customers can negotiate dedicated capacity and SLA guarantees.