Skip to main content

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

TypeDescriptionDefaultRequiredResolved
textURL to extract content from. If omitted, the step will try to read the URL from the default text input.Nonetruefalse

Outputs

TypeDescriptionOptional
objectThe 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: