Create Sleepwalker Content Intelligence run
create_sleepwalker_content_runQueue a persisted Content Intelligence run.
Send url for a new direct-URL run, or test_id to rerun an existing saved CI test. Use only after explicit user confirmation. This starts queued work and returns quickly with a run_id; poll get_sleepwalker_content_run_status until the run is terminal instead of creating duplicate runs. The response includes billing fields when credits are reserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public URL for a new direct Content Intelligence run. Send either url or test_id, not both. | |
| country | No | Market context for analysis. Use ISO country codes such as US, NL, DE, or EE. | US |
| test_id | No | Existing saved Content Intelligence test to rerun. Send either test_id or url, not both. | |
| language | No | Language for analysis and generated text. Use ISO language codes such as en, nl, de, or et. | en |
| analysis_depth | No | Use score for a faster scoring run or full for the complete Content Intelligence result. | full |
| idempotency_key | No | Optional stable key for retries. Reusing it helps avoid duplicate queued runs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||