🪄
OpenIndex.ai API Documentation
  • Introduction
  • Quick Start
  • Reference
    • API Reference
      • Collections
      • Agents
      • Chat
      • Supported models
Powered by GitBook
On this page
  1. Reference

API Reference

PreviousQuick StartNextCollections

Last updated 1 year ago

We now offer three main endpoints: collections, agents and chat.

are groups of documents or URLs that OpenIndex.ai will index and embed.

You can then refer to the collection via a collectionId parameter when using the /chat endpoint.

are chat bots with memory about previous conversations. Each agent can be created with a default large language model (LLM) (see ), model parameters like temperature, topK, topP, frequencyPenalty, repetitionPenalty and tools (plugins).

The can be used to retrieve a user's chats and chat with collections and agents. Our backend will take care of persisting the context of the current conversation.

We also have .

Collections
Agents
supported models
Chat endpoint
Postman documentation available