Skip to main content
The Gloo AI API is designed to provide powerful, flexible access to the entire Gloo AI ecosystem. To help you get started, we’ve organized our API into two primary categories based on your primary use case.

Content & Data APIs

For populating our Data Engine and making your content discoverable.

Conversational AI APIs

For building intelligent chatbots, assistants, and other AI-powered applications.

Content & Data APIs

These APIs are designed for content owners, publishers, and data administrators. Use them to populate the Gloo AI platform with your unique data and make it available for semantic search and retrieval-augmented generation (RAG).

Upload Content

Upload text content directly for immediate processing and vectorization. Ideal for dynamic content.

Search API

Query your ingested content using our AI-based, near-text, semantic search capabilities.

Manage Content

APIs for managing the lifecycle of ingested content and data in the Gloo AI platform.

Conversational AI APIs

These APIs are for developers building interactive AI experiences. They provide access to our powerful language models and the foundational structures needed for creating sophisticated, multi-turn conversations.

Responses API

The recommended endpoint for new integrations. OpenAI-compatible, multimodal (vision + image generation), with typed structured output.

Completions API (V2)

Fully supported and backwards-compatible. Adds intelligent auto-routing, model_family selection, and values-aligned responses.

Tool Use

Enable LLMs to call external functions and tools on the Responses API and Completions V2.

Chat (Threads)

Build stateful, multi-turn conversations with built-in memory, context, and history.

Core Concepts

Before you begin, we recommend reviewing these essential guides that apply to all API interactions.

Authentication

Learn how to generate the API keys and bearer tokens required to make authenticated requests.

Supported Models

See a complete list of all available models and their specific capabilities, such as tool use and streaming.