POST
/
v1
/
plagiarism
curl --request POST \
  --url https://api.gowinston.ai/v1/plagiarism \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "text": "<string>"
}'
{
  "status": 123,
  "results": {
    "title": "<string>",
    "url": "<string>",
    "excerpts": {},
    "date": "<string>"
  },
  "results_count": 123,
  "credits_used": 123,
  "credits_remaining": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

204
application/json

Plagiarism response

The response is of type object.