A guided walkthrough to build your first Vinci workflow end-to-end.
Authorization: Bearer sk-your-api-key-here
curl -X POST "https://tryvinci.com/api/v1/generate/text-to-video" \ -H "Authorization: Bearer sk-your-api-key-here" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A serene sunset over a calm lake", "duration_seconds": 5, "aspect_ratio": "16:9" }'
curl -X GET "https://tryvinci.com/api/v1/status/your-request-id" \ -H "Authorization: Bearer sk-your-api-key-here"
Was this page helpful?