ONLINE
A FastAPI proxy server that forwards requests to Yosemite service with token validation.
GET /health
Health check endpoint to verify server status
POST /tg/webhook/{token}
Telegram webhook handler for bot interactions
POST /registry/*
Registry endpoints for service management
POST /utils/embed
Generate embeddings using Qwen model (loaded at startup for optimal performance)
GET /utils/s3
Download S3 objects with proper binary data handling and MIME type detection
GET /utils/s3/public-url
Generate public URLs for MinIO objects (requires public read access)
GET /utils/s3/presigned-url
Generate temporary pre-signed URLs for private MinIO objects
Interactive API documentation is available at: