Winston AI integration (AI, Data). Imported from open-connector.
https://api.gowinston.ai/v2/ai-content-detection
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to scan. Winston AI documents a minimum length for reliable results. |
| fileUrl | string | optional | A publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan. |
| websiteUrl | string | optional | A publicly accessible website URL for Winston AI to scan. |
| language | string | optional | A two-letter language code supported by the endpoint, or auto to let Winston AI… |
| version | string | optional | The Winston AI model version to use, such as 4.14 or latest. |
| sentences | boolean | optional | Whether Winston AI should include sentence-level scores. |
/v2/plagiarism
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to scan. Winston AI documents a minimum length for reliable results. |
| fileUrl | string | optional | A publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan. |
| websiteUrl | string | optional | A publicly accessible website URL for Winston AI to scan. |
| language | string | optional | A two-letter language code supported by the endpoint, or auto to let Winston AI… |
| excluded_sources | array | optional | Domains or URLs to exclude from the plagiarism score. |
| country | string | optional | The country code of the country where the text was written. |
/v2/fact-checker
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | optional | The text to scan. Winston AI documents a minimum length for reliable results. |
| fileUrl | string | optional | A publicly accessible PDF, DOC, or DOCX URL for Winston AI to scan. |
| websiteUrl | string | optional | A publicly accessible website URL for Winston AI to scan. |
| language | string | optional | A two-letter language code supported by the endpoint, or auto to let Winston AI… |
/v2/text-compare
| Param | Type | Required | Description |
|---|---|---|---|
| first_text | string | required | The first text to compare. |
| second_text | string | required | The second text to compare against the first text. |