Skip to main content

🚀 Quickstart

Connect to VEED with Nango and see data flow in 2 minutes. VEED’s AI video models (Fabric 1.0, Subtitles, Lip Sync, Green Screen, Background Removal) are hosted on fal.ai’s queue infrastructure and authenticated with a fal.ai API key.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> VEED (via fal.ai).
2

Connect your VEED account

Go to Connections -> Add Test Connection. Enter your fal.ai API key, then save.
3

Call the VEED API

Let’s submit your first request to the VEED Fabric 1.0 model (lip sync). Replace the placeholders below with your secret key, integration ID, and connection ID:
This queues the job and returns a request_id. Poll /requests/{request_id}/status and fetch /requests/{request_id} through the same proxy once it completes.Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain an API key, follow the setup guide linked below.

📚 VEED integration guides

Nango maintained guides for common use cases. Official docs: VEED on fal.ai

🧩 Pre-built syncs & actions for VEED

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.