Creates a lead in the workspace.
Bearer owner API key required. Send:
Authorization: Bearer bs_live_…X-Workspace-Id: <workspace-uuid> (workspace you own)Creates a lead in the workspace.
JSON unless noted.
Email required; optional name, company, title, phone, website, linkedinUrl, tags, status, customFields.
JSON object on success unless this route returns a file download (Content-Disposition: attachment). Rate limit headers are included on authenticated responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.
422 if email/domain matches a global blocklist.
curl -sS -X POST "https://app.boltsequencer.com/api/leads" \
-H "Authorization: Bearer bs_live_YOUR_KEY" \
-H "X-Workspace-Id: YOUR_WORKSPACE_UUID"
-H "Content-Type: application/json" \
-d '{}'