Vern is built to be used as a UI by an implementation team — and as an API by your backend. Most customers use both.Documentation Index
Fetch the complete documentation index at: https://docs.vern.so/llms.txt
Use this file to discover all available pages before exploring further.
What the API does
Create companies
Programmatically spin up a company, workbook, and magic link in one call. Drop the magic link into your existing onboarding flow.
Receive cleaned data
Listen for workbook exports over Svix-delivered webhooks. The
external_id you pass at company creation comes back on every export, so you can match it to your customer record.Typical integration
- Your app calls
POST /api/v1/companieswhen a new customer signs up. You receive a magic link URL back. - You email or embed the magic link in your onboarding UI.
- The customer shares their data through the link. Your implementation team imports it in Vern.
- When the workbook is ready, your team exports it via webhook to your app’s endpoint.
Next
- Authentication — how API keys work.
- Quickstart — make your first call.