Skip to main content

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.

Vern is built to be used as a UI by an implementation team — and as an API by your backend. Most customers use both.

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

  1. Your app calls POST /api/v1/companies when a new customer signs up. You receive a magic link URL back.
  2. You email or embed the magic link in your onboarding UI.
  3. The customer shares their data through the link. Your implementation team imports it in Vern.
  4. When the workbook is ready, your team exports it via webhook to your app’s endpoint.

Next