Skip to main content

API reference

Kuvo Public API.

A concise reference for the endpoints in private beta today. Full OpenAPI spec, SDKs and a hosted sandbox launch alongside general availability.

Authentication

OAuth 2.0 client credentials for machine-to-machine, and authorisation code flow for user-facing integrations. Bearer tokens expire in 60 minutes; refresh tokens in 30 days.

Core resources

Jobs (create, read, update, cancel); Leads (list, unlock via credits, mark contacted); Professionals (search by category and location, read profile, list reviews); Reviews (create after verified completion).

Webhooks

Subscribe to lead.created, quote.sent, job.won, review.published and payment.settled events. Signed with HMAC-SHA256; retries with exponential back-off for up to 24 hours.

Rate limits

1,000 requests per minute per client by default. Higher limits available for verified partners.

Ready to get started?