I went through the API docs on this page: https://api.copyleaks.com/documentation/v3/scans
one can submit 3 types of data - url, file and ocr data to the plagiarism checker api. I would like to know how to submit free text to the API. I am able to do so via the UI but cannot figure out the API endpoint.
EDIT: I unblocked myself by pasting all the sentences together in 1 file and passing that to copyleaks api.
Submitting free text scan done by using the Submit by file endpoint.
Free text need to be converted to its
base64
representation. For example:Than, this
base64
text is working like any text file.Notes: