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 /s3
Download S3 objects with proper binary data handling and MIME type detection
POST /s3/render
Render images with captions and upload to S3
GET /s3/public-url
Generate public URLs for MinIO objects (requires public read access)
GET /s3/presigned-url
Generate temporary pre-signed URLs for private MinIO objects
Interactive API documentation is available at: