LogoOmniVideo API
Gemini Omni video API

Video generation in dein Produkt einbauen mit OmniVideo API

Erstelle Gemini Omni video tasks aus Prompts oder Referenzbildern, poll den Status und hole Result URLs ueber eine klare REST API.

Credit billing
Startguthaben
Dashboard und Logs
const response = await fetch('https://omnivideoapi.com/api/generate', {
  method: 'POST',
  headers: {
    'Authorization': `Bearer ${API_KEY}`,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    model: 'gemini-omni/video',
    input: {
      prompt: 'A product reveal shot with smooth camera motion',
      mode: 'std',
      aspect_ratio: '16:9',
      duration: '5',
      sound: true
    }
  })
});

const { data } = await response.json();
console.log(data.task_id);
99.9%
API availability target
Async
Task workflow
3-15s
Unterstuetzte Dauer
24/7
Support channel
API endpoints

Gemini Omni video generation als saubere API

Ein generate endpoint, status polling, API key management und request logs.

PRO

Text-to-Video API

Erstelle Videoaufgaben aus Prompts mit Dauer, Seitenverhaeltnis, Modus und optionalem Audio.

Prompt3-15sAsync
Dashboard oeffnen
NEW

Image-to-Video API

Nutze oeffentliche Bild-URLs, um Bewegung zu fuehren und kurze Videos zu erzeugen.

Image URLs16:9/9:16/1:1Sound
Dashboard oeffnen

Async Status API

Sende Jobs async, poll den Status und lese Result URLs bei Erfolg.

std/proRESTPolling
Dashboard oeffnen

Gebaut fuer API providers und Produktteams

Docs, pricing, auth, API keys und BFF routes zum video backend sind enthalten.

Einfache REST surface

Nutze POST /api/generate und GET /api/status ohne upstream payloads in deiner App.

API key authentication

Kunden nutzen Bearer tokens, upstream credentials bleiben server-side.

Async video jobs

Video generation laeuft als task und blockiert den app request cycle nicht.

Copy-ready examples

Docs enthalten cURL, Node.js und Python Beispiele.

Usage visibility

Logs zeigen task IDs, payloads, statuses, credits und previews.

So funktioniert der API flow

Authentifizieren, senden, pollen.

1

API key erstellen

Einloggen und im Dashboard einen server-side Bearer token erstellen.

2

Generation task senden

Sende model gemini-omni/video mit prompt, mode, aspect_ratio, duration, sound und image_urls.

3

Result URLs pollen

Nutze task_id bis SUCCESS oder FAILED.

Credit-based Gemini Omni API pricing

Starte mit Credits und skaliere mit subscription oder pay-as-you-go.

$0
Start credits
$1 = 100
Credits pro USD
PAYG
Pay as you go
Preise ansehen

OmniVideo API FAQ

Haeufige Fragen vor der Integration.

Mit Gemini Omni video API starten

API key erstellen, quickstart ausfuehren und status polling anbinden.

Start credits
Credit top-ups
REST API