Individuals
Validate text before checking
Validate plain text or an uploaded file before creating a plagiarism check. The endpoint uses the same authentication and validation rules as text creation but does not create a final check.
post/api/v1/text/validate
Response
The request succeeded and returned endpoint-specific data.
Example response
{
"success": true
}