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

Eder Labs Query API

Retrieving memory via RAG and structured insights

Eder Labs Query API is one of 4 APIs that Eder Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Query. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a quickstart.

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

Requests are made against a single base URL, http://localhost:8000/api/v1.

2 operations 2 paths 5 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
http://localhost:8000/api/v1
License
Resource Areas
1

Paths & Operations 2

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

Query 2

Retrieving memory via RAG and structured insights

POST
/users/{user_id}/rag/query
RAG query
rag_query 1 param body → 200400404502503
POST
/users/{user_id}/ask
Ask for structured insights
ask_insights 1 param body → 200400404502503

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are AskRequest (2 properties), Error (1 property), AskResponse (1 property), RAGQuery (1 property). Each schema is shown below with its type and property counts.

AskRequest
object
2 properties 1 required
RAGResponse
object
1 property
RAGQuery
object
1 property 1 required
AskResponse
object
1 property
Error
object
FastAPI default error envelope.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eder-labs-query-api-openapi.yml Raw ↑

Other APIs Eder Labs publishes across the network.

Eder Labs Ingestion API
Eder Labs Meta API
Eder Labs Users API