Nexus API Documentation

Complete guide to using the Nexus Video Generation API powered by Google Veo 3.0 via Vertex AI

Getting Started

Quick introduction to the Nexus Video Generation API

Base URL

https://webservice.aurore-ai.com/api/v1

Authentication

All API requests require authentication using an API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Model

Currently supported model: veo-3.0-generate-preview

Powered by Google Cloud Vertex AI for enterprise-grade performance and reliability

Pricing

720p: 75 credits/second
1080p: 90 credits/second

API Workflow

The video generation process follows an asynchronous pattern

  1. 1.

    Create Generation Request

    POST to /models/veo-3.0-generate-preview:predict

  2. 2.

    Receive Operation ID

    Returns an operation ID to track progress

  3. 3.

    Poll Operation Status

    GET /operations/{operationId} until completion

  4. 4.

    Download Video

    Access the generated video URL from the response