Formatted Documents
Validate formatted text
Validate plain text or an uploaded file before submitting it for a formatted text check. The endpoint parses the content, counts words and pages, checks UTF-8 and text length constraints, and applies language/letter-percentage validation.
This endpoint does not charge the account or create a text check. If group_id is supplied and the group disables language validation, the language and letter-percentage validations are skipped.
post/api/v2/text/validate/
Response
The formatted text is valid enough to submit for checking.
Example response
{
"success": true,
"words": 18,
"pages": 1
}