Layer Store

One engine. Any industry's words.

Each Layer is a purpose-built vocabulary for a domain. Your backend picks a Layer, sends a transcript, and gets clean text back — no model training required.

Available Layers

Agronomy is live today. More industries ship as vocabulary is built and validated with domain experts.

Livedomain: agronomy

Agronomy Layer

Field chemistry & crop brands

Herbicides, insecticides, fungicides, and adjuvant brand names — the words retailers and applicators actually say in the field.

spray the axe on the north fieldspray the AXXE on the north field
Coming soondomain: legal

Legal Layer

Firms, courts & deal terms

Law firm names, practice areas, clause shorthand, and entity names that generic autocorrect has never seen.

send the morgan stanley m and a redlinesend the Morgan Stanley M&A redline
Coming soondomain: medical

Medical Layer

Drugs, doses & charting

Medication names, dosages, and clinical abbreviations spoken fast in exam rooms and dictation workflows.

start lisinopril twenty milligrams dailystart Lisinopril 20 mg daily
Planneddomain: logistics

Logistics Layer

Carriers, DCs & routing

Warehouse codes, carrier names, and location shorthand from dispatchers who talk in acronyms all day.

pickup at the wal mart dc in bentonvillepickup at the Walmart DC in Bentonville

How you connect

Vocab layer is a backend service. Your app never holds the API key — your server does. Pick a Layer by passing its domain slug in every correction request.

01

Get an API key

Issue a key for your project. Keys are hashed server-side and rate-limited per key.

02

Choose a Layer

Pass the domain slug — e.g. agronomy — in your POST /api/correct body.

03

Send transcripts

Pipe ASR output from Whisper, Deepgram, browser speech, or anything that produces text.

curl -X POST https://vocablayer.com/api/correct \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"transcript": "spray the axe on the north field", "domain": "agronomy"}'

Need a Layer that isn't listed yet? Build vocabulary in admin or import a CSV — same API, your domain slug.

Start with the Agronomy Layer

Full API reference, SDK examples, and local dev setup in the docs.

Read the docsTry the live demo