Getting Started
Authentication
Bearer tokens. Every request needs one.
Get Your Key - Takes 2 minutes
Different keys for dev and production. Rotate quarterly.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement →
Authorization: Bearer sd_sk_abc123xyz789
# .env
SUPERDOC_API_KEY=sd_sk_production_key
# Your backend
const apiKey = process.env.SUPERDOC_API_KEY
Was this page helpful?
