Skip to main content

Analyse and Merge

Analyze content and return the results merged as HTML code.

Request Body required
  • html object

    The html fragment or html page to analyze.

  • fragment string required

    The html fragment to analyze.

  • page string required

    The html page to analyze, either fragment or page should be present

  • url url required

    The url of the page to analyze.

  • urlClient string required

    Possible values: [CHROME, PLAIN_HTTP, CHROME, PLAIN_HTTP]

    The client which the analysis should use to extract the content, by default chrome is used.

  • language string required

    Possible values: >= 2 characters and <= 2 characters

    The content language, 2 letters code, e.g. 'en'.

  • text string required

    A textual fragment.

  • exclude url[] required

    An array of item IDs to exclude from the analysis results.

  • scope string required

    The scope of the analysis, one of 'local', 'network', 'cloud-only', 'network-only' or 'all'.

  • matches int32 required

    Filter out results that don't have at least the specified number of occurrences. By default 1.

  • links string required

    When returning an interpolated HTML results, matches should have the 'wl-link' class. By default 'no'.

Responses

Success


Schema
  • string
Loading...