originality_scan_url
Scan any published web page by URL to detect AI content, check plagiarism, verify facts, assess readability, correct grammar, and optimize SEO.
Instructions
Scan content from a URL. The API fetches the content from the provided URL and runs the same checks as a regular scan. Useful for analyzing published web pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to scan | |
| title | No | Identifier/label for the scan | |
| check_ai | Yes | Enable AI detection | |
| check_plagiarism | Yes | Enable plagiarism detection | |
| check_facts | Yes | Enable fact checking | |
| check_readability | Yes | Enable readability analysis | |
| check_grammar | Yes | Enable grammar checking | |
| check_contentOptimizer | Yes | Enable SEO optimization analysis | |
| aiModelVersion | Yes | AI detection model to use | |
| optimizerQuery | No | Target keyword/phrase for SEO analysis | |
| optimizerCountry | No | Country for SEO analysis (e.g. "United States") | |
| optimizerDevice | No | Device type for SEO analysis | |
| optimizerPublishingDomain | No | Website URL for contextual SEO analysis | |
| storeScan | No | Whether to persist results for later retrieval | |
| excludedUrls | No | URLs to exclude from plagiarism checks |