DocsAPI ReferenceService/api/service/scheduler/claim
postServiceService

/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

3 total
Body · 3
apiKeystringRequired
runnerIdstringRequired
Length: 48
limitnumber
Range: 1200

Request

POST /api/service/scheduler/claim

post
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.

Get API Key