bulk-jobs
Installation
SKILL.md
LeadMagic — Bulk jobs & uploaders
Async enrichment for lists. Bills per successful row at the same rate as the matching single-request product; failed rows are free. Any list ≥ 50 rows belongs here — never a loop of single calls.
Workflow
- Preflight:
GET /v1/credits+POST /v1/batch/preview-cost(both free). - Validate mapping (free):
POST /bulk/validate. - Submit:
POST /bulk/submit. - Poll
GET /bulk/jobs/{jobId}≥45s apart, or set acallbackwebhook, or streamGET /bulk/jobs/{jobId}/stream. - Fetch:
GET /bulk/jobs/{jobId}/download(file) or/results//rows(paged). Failed rows:/errors(free) — fix and resubmit only the misses.