Skip to content

Infrastructure API (Queues)

Who should read this — Integrators triggering batch jobs and metadata sync via Cloudflare Queues. See API overview for authentication.

API for creating batch jobs and triggering metadata synchronization using Cloudflare Queues.

Base path: /api/v1/queues

Research discovery (URL processing) batch creation.

Request body: country, category, urls (1–10000), chunkSize (optional, default 100).

Liveness (domain survival) check batch creation.

Request body: country, domains (1–10000), chunkSize (optional, default 50).

Contract (Seed contract) creation batch.

Request body: country, category, domainIds (1–1000), chunkSize (optional, default 20).

Retrieve status (or result) of a specific batch ID.

Metadata synchronization trigger.

Send API credentials in the Authorization header. See API overview.