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

User (memory namespace) lifecycle

Eder Labs Users 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 Users. 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 1 path, and defines 2 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 1 paths 2 schemas 1 DELETE1 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 1 path, the API surfaces 2 operations — 1 DELETE, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Users 2

User (memory namespace) lifecycle

POST
/users/{user_id}
Create a user
create_user 1 param → 201200422500
DELETE
/users/{user_id}
Delete a user
delete_user 1 param → 200404422500

Schemas 2

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

StatusMessage
object
2 properties
Error
object
FastAPI default error envelope.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Eder Labs publishes across the network.

Eder Labs Ingestion API
Eder Labs Meta API
Eder Labs Query API