v1

latestOpenAPI 3.0.0Apache 2.02026-08-0610023171.4 KB
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.

successboolean
messagestring nullable

Optional informational message returned by some endpoints.

Example response

{
  "success": true
}