/api/service/scheduler/claim
Claim up to N pending scheduler requests for a runner. Atomically marks them with the runnerId so concurrent runners cannot pick the same job. Returns the URL list to be crawled.
servicepostApiServiceSchedulerClaim
Parameters
3 body
Body · 3
apiKeystringRequiredrunnerIdstringRequiredLength: 4–8
limitnumberRange: 1–200
Request
POST /api/service/scheduler/claim
curl -X POST "https://api.bizkithub.com/api/service/scheduler/claim" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiKey": "example_apiKey",
"runnerId": "example_runnerId",
"limit": 0
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.