HUB_CONTENT_EXTRACTION
Extract textual content from a URL using the ProActions-Hub extraction tool. The URL can be provided via the default text input or the in/url configuration.
At a glance
- Category LLM
- Version: 1.0.2
- Applications: all
- Scope: all
- Default Service: HUB
Inputs
| Type | Description | Default | Required | Resolved |
|---|---|---|---|---|
text | URL to extract content from. If omitted, the step will try to read the URL from the default text input. | None | true | false |
Outputs
| Type | Description | Optional |
|---|---|---|
object | The parsed extraction result object returned by the Hub extraction API. | false |
Examples
Extract content from a URL
- step: SET
text: "https://example.com/article"
- step: HUB_CONTENT_EXTRACTION
See Also
General Resources: