Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Recursal AI, Inc. Chat API

OpenAI-compatible chat and text completion generation

Recursal AI, Inc. Chat API is one of 3 APIs that Recursal AI, Inc. publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Chat. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.featherless.ai/v1.

3 operations 3 paths 5 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.featherless.ai/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Recursal AI, Inc. Chat API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Featherless API key supplied as an HTTP Bearer token (Authorization: Bearer FEATHERLESSAPIKEY). Keys are created in account settings.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Chat 3

OpenAI-compatible chat and text completion generation

POST
/chat/completions
Create a chat completion
createChatCompletion 2 params body → 200400401403429500503
POST
/completions
Create a text completion
createCompletion 2 params body → 200400401403429500503
POST
/tokenize
Tokenize text
tokenize body → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ChatCompletionRequest (6 properties), CompletionRequest (5 properties), ChatCompletionResponse (4 properties), ChatMessage (2 properties). Each schema is shown below with its type and property counts.

CompletionRequest
object
5 properties 2 required
ChatMessage
object
2 properties 2 required
ChatCompletionRequest
object
6 properties 2 required
ChatCompletionResponse
object
4 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

recursal-ai-inc-chat-api-openapi.yml Raw ↑

Other APIs Recursal AI, Inc. publishes across the network.

Recursal AI, Inc. Account API
Recursal AI, Inc. Models API