Skip to content
O
Omni AI
🔌 Developer API

Omni AI API

Integrate AI video and image generation into your applications. RESTful API with SDKs for Python, Node.js, and more.

Get API Key

Quick Start

// Generate a video from text

const response = await fetch('https://api.oomniai.com/v1/video/generate', {

method: 'POST',

headers: { 'Authorization': 'Bearer YOUR_API_KEY' },

body: JSON.stringify({ prompt: 'A cinematic sunset over mountains' })

});

Start Building with Omni AI

Get your API key and integrate AI generation into your app today.

Get API Key