Status
- Environment: production
- Version: 0.1.0
- API prefix: /api/v1
Production-friendly FastAPI skeleton with a landing page, versioned API router, environment-based settings, and room for the next service modules.
{
"debug": false,
"docs_url": "https://aaa.wispr.ru/docs",
"environment": "production",
"health_url": "https://aaa.wispr.ru/api/v1/health",
"landing_url": "https://aaa.wispr.ru/",
"service": "wispr-api",
"timestamp": "2026-06-23T15:27:40.554435+00:00",
"version": "0.1.0"
}