Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuroa.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Neuroa API is experimental right now

Welcome

Neuroa offers various ai models for users

Chat completions

Chat Completions API

Neuroa AI Endpoints

View the OpenAPI specification file for the Neuroa AI API

Authentication

All API endpoints are secured using Bearer tokens. Clients must include their API key in the Authorization header as shown in the OpenAPI spec.
"security": [
  {
    "bearerAuth": []
  }
]
To authenticate, include the following header in your requests:
Authorization: Bearer YOUR_API_KEY

You can now start exploring the endpoints for chat, images and more!