Batch preview (SSE) — up to 25 leads, streams results as they complete
Serial backend processing (no gather) to keep per-lead cache behavior predictable and budget-flat. Streams one SSE lead_result event per lead and a final done event. Echoes client_run_id as batch_id on every event so frontends can discard stale events from prior runs.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Batch preview request body. Streams results as SSE.
Client-generated UUIDv4; backend echoes it as batch_id in every event.
1Saved sender profile id; takes precedence over sender_data.
Inline sender profile data; ignored if sender_profile_id is set.
Name of a named prompt stored on sender_data.prompts[]. Silent fallback to custom_prompt → default if not found.
Optional prompt override for this batch run (100-5000 chars).
Response
Successful Response