GETTING STARTED
What's live today
The MeloDocs API is opening in stages. This area documents exactly what runs in production right now — two endpoints — and is honest about everything that doesn't yet.
Two write endpoints are live. Lead intake takes a lead from any form, site or automation and lands it in your Leads inbox. MeloScan upload takes measured rooms from the MeloScan iOS app — or anything speaking its exchange format — and lands them in your Scans inbox, ready to become a priced quote.
—POST /api/intake/{token} — push a lead into your pipeline. Token-gated per lead source.
—POST /api/meloscan/upload — push measured rooms into your workspace. Key-gated per workspace.
The full REST API — creating document drafts, reading documents and totals, payment links, webhooks — is being built and is NOT available yet. Nothing on these pages describes an endpoint that doesn't exist; see The road ahead for where this is going.
The base URL
Both endpoints live on the product domain itself. There is no separate API host.
Updated August 6, 2026Did this page help?
NEXTLead intake