Complete guide to using the Nexus Video Generation API powered by Google Veo 3.0 via Vertex AI
Quick introduction to the Nexus Video Generation API
https://webservice.aurore-ai.com/api/v1All API requests require authentication using an API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYCurrently supported model: veo-3.0-generate-preview
Powered by Google Cloud Vertex AI for enterprise-grade performance and reliability
The video generation process follows an asynchronous pattern
Create Generation Request
POST to /models/veo-3.0-generate-preview:predict
Receive Operation ID
Returns an operation ID to track progress
Poll Operation Status
GET /operations/{operationId} until completion
Download Video
Access the generated video URL from the response