Analyze the text from the landing page and determine which action to take.
| Field | Type | Required | Description |
|---|---|---|---|
| text | string | Yes | Text to analyze |
| Status | Description | Content Type |
|---|---|---|
| 200 | Analysis results | application/json |
| 422 | Validation Error | application/json |
| Field | Type | Description |
|---|---|---|
| understood | boolean | Whether the text was understood |
| message | string | Response message |
| redirect_url | string | Optional URL to redirect to (can be null) |