Flyder Developer API

Integrate your own application with Flyder using a single API key. Run workflows, drive chat tasks, and retrieve answers from your indexed knowledge — with first-class support for both Vectorless RAG (PageIndex) and traditional Vector RAG (Vector DB).

Get Your API Key

Every request to the Flyder API is authenticated with a Flyder API Key. Once you're signed in, generate one from Settings > Flyder API Key as shown below.

Flyder API Key settings page

PageIndex: Vectorless RAG

PageIndex indexes your documents into a navigable structure instead of chunking and embedding them. Queries are answered by an LLM reasoning over that structure and pulling exact pages on demand — no vector database, no chunking artifacts, no embedding model to manage. It's the fastest-growing alternative to embedding-based RAG, and Flyder's API exposes it directly:

Vector DB: Vector RAG

For workloads that want classic embedding-based retrieval, Flyder also runs a managed Vector DB. Upsert and delete documents directly through the API:

Workflows & Chat Tasks

Beyond retrieval, the API runs the same automation building blocks available in the Flyder UI:


Authentication

Every endpoint above accepts a Flyder API Key, generated from Settings > Flyder API Key once you're signed in. Send it as two headers:

Authorization: Bearer <your-api-key>
User-Email: [email protected]