Skip to main content
Blocked from publishing until the auth and gating checklist in Authentication & Scopes lands.

Purpose

Typed REST routes for loading candidates and jobs in bulk, plus a status route to poll progress.

Published routes

POST /api/upload is not published. Generic blob upload is an abuse and quota risk. Partners must ingest through the typed routes above.

FAQs

Poll GET /api/candidates/bulk-upload-status/{jobId} until it reports complete.
No. The generic upload route is not published. Use the typed candidate and job ingest routes.
The write scope. The health check needs no auth.

Jobs & Candidates

The single-record CRUD behind these batch routes.

Developer Preview

The pattern for polling asynchronous results.