> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get api

> Returns application information



## OpenAPI

````yaml /api-reference/ai-navigator-api.json get /api
openapi: 3.0.0
info:
  title: AI Navigator API
  version: 1.0.0
  description: API documentation for AI Navigator
servers: []
security:
  - bearerAuth: []
tags: []
paths:
  /api:
    get:
      description: Returns application information
      responses:
        '200':
          description: Returns version details for AI Navigator, Mamba, and LlamaCPP
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: UUID
      description: Enter your API key here

````