Skip to content

Infrastructure API (Queues)

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.


  • Implementation: src/routes/queues.ts. Queue bindings: RESEARCH_QUEUE, LIVENESS_QUEUE, CONTRACT_QUEUE, etc. (wrangler.jsonc).