
Documentation
Next Cap Documentation
Everything you need to install the chat widget, integrate with your CRM, and pull data into your own systems.
Next Cap is a chat widget plus a set of integration APIs. The widget is one drop-in script tag that you paste into your website — everything about how it looks and behaves is configured from the dashboard. The APIs are how you pull conversations, leads, and tickets into your own systems, or push live-chat replies and ticket updates back from your CRM.
API Base URL
Authentication
Next Cap issues two kinds of keys. Use the right one for the right job — putting the wrong key in client-side code can leak your entire organization's data.
Response Format
All API responses are JSON. Single resources are returned under a data key. List endpoints add a meta envelope with pagination info. Errors return an HTTP error status and an error object — see Errors & Rate Limits for the full shape.
{"data": {"id": "uuid","email": "john@acme.com","name": "John Doe","company": "Acme Inc","source": "pre_chat_form","created_at": "2026-04-01T10:30:00.000Z"}}
{"data": [ ... ],"meta": {"page": 1,"per_page": 20,"total": 142,"total_pages": 8}}