Skip to main content
POST /coverage/url-lists/{urlListId}/urls/contains checks membership for a batch of URLs. Each input is normalized with the same rules as adding URLs, then looked up against the list. This checks list membership — whether you added the URL — not whether Octogen’s catalogs cover it; coverage results live in the list’s BigQuery output.

Request

Path parameters

string
required
The list id (cul_...).

Body parameters

string[]
required
1–1,000 product URLs per request, each at most 2,048 characters.

Example

Response

array
required
One result per input URL, in request order: url as you sent it, normalizedUrl, present, and addedAt (null when not present).

Example response

Errors

SDK equivalents