🚀 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.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> VEED (via fal.ai).
Connect your VEED account
Go to Connections -> Add Test Connection. Enter your fal.ai API key, then save.
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
- cURL
- Node
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.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.- How to connect your VEED account
Generate a fal.ai API key and connect it to Nango