Perform spelling and grammar check on the given content (recommend for short content). Support English, French and Spanish.
200 response
400 response
The request is forbidden (Please input a valid API key)
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "result": [
- {
- "matches": [
- {
- "type": "spelling",
- "offset": 0,
- "length": 1,
- "message": "string",
- "suggestions": [
- "string"
], - "rule": "string",
- "description": "string",
- "category": "string"
}
]
}
]
}
}
Perform spelling and grammar check on the given content (recommend for long content). Support English, French and Spanish.
200 response
400 response
The request is forbidden (Please input a valid API key)
{- "text": "I'm going to the markte",
- "lang": "en"
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "result": [
- {
- "matches": [
- {
- "type": "spelling",
- "offset": 0,
- "length": 1,
- "message": "string",
- "suggestions": [
- "string"
], - "rule": "string",
- "description": "string",
- "category": "string"
}
]
}
]
}
}