Centralized backend for xDict multi-platform applications.
/api/healthHealth check endpoint. No authentication required.
/api/dictionary?word=...Dictionary lookup. Requires X-API-Key header.
/api/generateGenerate vocabulary stories with DeepSeek AI. Requires X-API-Key header.
Most endpoints require authentication via one of these methods:
X-API-Key: your-api-keyAuthorization: Bearer your-api-keySee /docs/API_REFERENCE.md in the repository for complete API documentation including: