Endpoint Reference
Initialize Batch
Initialize the scoring engine for all uploaded candidates linked to a job. This enqueues background processing tasks and reserves PAYG credits.
POST/v1/batch
Request Parameters
| Name | Type | Description |
|---|---|---|
job_idRequired | string | The target Job string identifier. |
Pro Tip
Always handle rate limiting headers in your logic. For best performance, use asynchronous processing for large files.