Skip to main content

Overview

Submit a prospect’s email address to start an enrichment job. Returns immediately with a research_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

Minimal request

Full request


Response

HTTP 202 — Accepted

Error responses

401 — Missing or invalid API key
400 — Invalid request
429 — Credits exhausted
See the Errors reference for the full list of error codes.

Notes

Providing prospect_name and company_name improves match accuracy and is recommended whenever you have that information available.
After submitting, poll GET /research-status every 5 seconds until status is completed. See the Handling errors guide for a production-ready polling implementation.