POST
/
check-plagiarism
curl --request POST \
  --url https://tinq.ai/api/v2/check-plagiarism \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "text": "Numerous studies and research have shown that regular exercise not only improves our overall health and fitness, but lengthens and improves the quality of our lives. Regular physical activity substantially reduces the risk of dying of coronary heart disease, and decreases the risk for colon cancer, diabetes, and high blood pressure. It also helps to control weight; contributes to healthy bones, muscles, and joints; reduces symptoms of anxiety and depression, too."
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Body

application/json · object

The body is of type object.

Response

200 - application/json
Successful response

The response is of type any.