Skip to content

API Overview

NovaAPI provides OpenAI-compatible RESTful endpoints. Point base_url at NovaAPI to call 40+ upstream models.

Base URL

https://api.novaapis.com/v1

Common endpoints

EndpointDescription
POST /v1/chat/completionsChat completions (mainstream text models)
POST /v1/images/generationsImage generation
GET /v1/modelsList available models

Authentication

Every request needs your key in the header — see Get Started:

http
Authorization: Bearer YOUR_API_KEY

Endpoint docs