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 Ingestion API

Getting content into a user's memory

Eder Labs Ingestion 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 Ingestion. 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 4 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 4 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.

Ingestion 2

Getting content into a user's memory

POST
/users/{user_id}/ingest
Ingest content
ingest_data 1 param body → 201400404500503
POST
/users/{user_id}/ingest/batch
Batch ingest content
ingest_batch_data 1 param body → 201400404500503

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are IngestRequest (3 properties), IngestResult (2 properties), Error (1 property), IngestBatchRequest (1 property). Each schema is shown below with its type and property counts.

IngestResult
object
2 properties
IngestBatchRequest
object
1 property 1 required
IngestRequest
object
3 properties 1 required
Error
object
FastAPI default error envelope.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Eder Labs publishes across the network.

Eder Labs Meta API
Eder Labs Query API
Eder Labs Users API