← Tools Reference

Winston AI

Winston AI integration (AI, Data). Imported from open-connector.

API key4 toolshttps://api.gowinston.ai
POST
winston_ai_detect_ai_text
Detect whether text, a public document URL, or a public website URL was likely generated by AI with Winston AI.

/v2/ai-content-detection

6 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to scan. Winston AI documents a minimum length for reliable results.
fileUrlstringoptionalA publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan.
websiteUrlstringoptionalA publicly accessible website URL for Winston AI to scan.
languagestringoptionalA two-letter language code supported by the endpoint, or auto to let Winston AI…
versionstringoptionalThe Winston AI model version to use, such as 4.14 or latest.
sentencesbooleanoptionalWhether Winston AI should include sentence-level scores.
POST
winston_ai_check_plagiarism
Check text, a public document URL, or a public website URL for plagiarism with Winston AI.

/v2/plagiarism

6 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to scan. Winston AI documents a minimum length for reliable results.
fileUrlstringoptionalA publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan.
websiteUrlstringoptionalA publicly accessible website URL for Winston AI to scan.
languagestringoptionalA two-letter language code supported by the endpoint, or auto to let Winston AI…
excluded_sourcesarrayoptionalDomains or URLs to exclude from the plagiarism score.
countrystringoptionalThe country code of the country where the text was written.
POST
winston_ai_fact_check
Verify claims in text, a public document URL, or a public website URL with Winston AI.

/v2/fact-checker

4 parameters
ParamTypeRequiredDescription
textstringoptionalThe text to scan. Winston AI documents a minimum length for reliable results.
fileUrlstringoptionalA publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan.
websiteUrlstringoptionalA publicly accessible website URL for Winston AI to scan.
languagestringoptionalA two-letter language code supported by the endpoint, or auto to let Winston AI…
POST
winston_ai_compare_texts
Compare two texts and return similarity signals from Winston AI.

/v2/text-compare

2 parameters
ParamTypeRequiredDescription
first_textstringrequiredThe first text to compare.
second_textstringrequiredThe second text to compare against the first text.