Correcteur Orthographique Multilingue IA
Correcteur orthographique multilingue avancé avec correction grammaticale, suggestions contextuelles et amélioration d'écriture pour plusieurs langues
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/spell-checker
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| text | textarea | Oui | Enter any text in any supported language for comprehensive spelling and grammar checking |
| inputLanguage | select | Oui | Select the language of the text being checked |
| checkType | select | Oui | Choose the type of checking to perform |
| correctionStyle | select | Oui | Select the style of corrections and suggestions |
| outputLanguage | select | Oui | Select the language for analysis output |
| includeSuggestions | checkbox | Non | Include suggestions for better writing and expression |
| includeExplanations | checkbox | Non | Include explanations for why corrections are needed |
| exportFormat | select | Non | Choose the format for the analysis output |
Format de réponse
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Flux:
Flux
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-spell-checker": {
"name": "spell-checker",
"description": "Correcteur orthographique multilingue avancé avec correction grammaticale, suggestions contextuelles et amélioration d'écriture pour plusieurs langues",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=spell-checker",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]