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

    The html fragment to analyze.

    page string

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

    url url

    The url of the page to analyze.

    urlClient string

    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

    A textual fragment.

    exclude url[]

    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

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

    links string

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

Responses

Success


Schema

    string

Loading...