Segment domains by similarity

Segments a comma-separated list of domains into topic clusters using ML-based clustering. Returns a task ID for async processing.

get/segment

Query parameters

domainsstring

Comma-separated list of domains to segment into topic clusters

Comma-separated list of domains to segment into topic clusters

query_idstring[] nullable

Include domains from these saved queries in the segmentation.

Include domains from these saved queries in the segmentation.

max_segmentsinteger nullable

Maximum number of segments to create (2-20)

Maximum number of segments to create (2-20)

Response

Successful Response

task_idstring required

Unique task identifier for polling status

Changes

Changed in 1 of the 8 revisions of this API.2

    • added the new optional query request parameter query_id

      new-optional-request-parameter

    • the query request parameter domains became optional

      request-parameter-became-optional