spellcheck_asset
Spellcheck a website asset using an existing asset ID or by creating a new asset from a URL or raw HTML.
Instructions
Run spellcheck on an asset. Either provide an existing assetId, or provide websiteId + (url or html) to create a new asset first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | No | The ID of an existing asset to spellcheck | |
| websiteId | No | The ID of the website (required if creating a new asset) | |
| url | No | The URL to scan (if creating a new asset from a live page) | |
| html | No | Raw HTML content to scan (if creating a new asset from HTML) | |
| language | No | Language code for spellcheck (e.g., en, es, fr) |