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
Changes
Changed in 1 of the 8 revisions of this API.2
- ○
added the new optional
queryrequest parameterquery_idnew-optional-request-parameter
- ○
the
queryrequest parameterdomainsbecame optionalrequest-parameter-became-optional
- ○