Documentation Index
Fetch the complete documentation index at: https://docs.callprep.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Submit a prospect’s email address to start an enrichment job. Returns immediately with aresearch_id — enrichment runs asynchronously in the background.
Poll GET /research-status/{research_id} until status is completed.
Base URL: https://rpiqzfzokrwxavztrpmp.supabase.co/functions/v1
Request
Body parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | ✅ | Prospect’s work email address |
prospect_name | string | ❌ | Full name — improves match accuracy |
company_name | string | ❌ | Company name — improves match accuracy |
linkedin_url | string | ❌ | Prospect’s LinkedIn profile URL |
company_linkedin_url | string | ❌ | Company LinkedIn URL — overrides auto-detected |
Minimal request
Full request
Response
HTTP 202 — Accepted| Field | Description |
|---|---|
research_id | Unique ID for this job — use it to poll for results |
status | Always processing on initial response |
estimated_seconds | Estimated completion time in seconds |
Error responses
401 — Missing or invalid API keyNotes
Providing
prospect_name and company_name improves match accuracy
and is recommended whenever you have that information available.