API Overview
NovaAPI provides OpenAI-compatible RESTful endpoints. Point base_url at NovaAPI to call 40+ upstream models.
Base URL
https://api.novaapis.com/v1Common endpoints
| Endpoint | Description |
|---|---|
POST /v1/chat/completions | Chat completions (mainstream text models) |
POST /v1/images/generations | Image generation |
GET /v1/models | List available models |
Authentication
Every request needs your key in the header — see Get Started:
http
Authorization: Bearer YOUR_API_KEY