API docs
Generated from the protobuf schemas + OpenAPI spec — embedded explorer arrives with frontend:P2.
Embedded API explorer is a P2 follow-up
Once the protobuf codegen + OpenAPI emission is wired (issue #12), this page will render the live spec via Stoplight Elements or Redoc. Until then, see the static api-design.md.
REST surface (a teaser)
- POST /v1/leads
- POST /v1/enrich
- POST /v1/enrich?webhook=<url>
- GET /v1/leads
- GET /v1/leads/{id}
- GET /v1/providers
- POST /v1/webhooks
gRPC services
- LeadService.CreateLead
- LeadService.GetLead
- LeadService.ListLeads
- LeadService.UploadLeads
- EnrichmentService.Enrich
- EnrichmentService.EnrichStream