ενσὴθ API Documentation

Unlock programmatic access to ενσὴθ services.

Authentication

All endpoints require Authorization: Bearer <token> header.

GET /user/{id}

Retrieve user profile information by ID

Response (200 OK):
{ "id": 42, "name": "Δημόκριτος" }

POST /search

Search the ενσὴθ knowledge base

Request Body:
{ "query": "πυθαγόρας" }