{
    "status": "ok",
    "service": "Spell Check API",
    "version": "1.0.0",
    "endpoints": {
        "POST \/api\/check": "Check text for spelling errors",
        "POST \/api\/word\/verify": "Verify if a single word is spelled correctly",
        "POST \/api\/word\/suggestions": "Get spelling suggestions for a word",
        "GET \/api\/health": "Health check endpoint"
    }
}