xDict API

Centralized backend for xDict multi-platform applications.

Endpoints

GET/api/health

Health check endpoint. No authentication required.

GET/api/dictionary?word=...

Dictionary lookup. Requires X-API-Key header.

POST/api/generate

Generate vocabulary stories with DeepSeek AI. Requires X-API-Key header.

Authentication

Most endpoints require authentication via one of these methods:

Documentation

See /docs/API_REFERENCE.md in the repository for complete API documentation including: