Nocturne Documentation
Nocturne is a document API for developers and AI agents. It exposes four families — Generate, Render, Enrich, Extract — over REST and MCP, billed in self-custodied stablecoins.
- API reference — every endpoint
- SDKs
- Guides
- Security
- Status
Quick start
curl -X POST https://api.nocturneapi.com/v1/generate/pdf -H "Authorization: Bearer ntn_live_..." -H "Content-Type: application/json" -d '{"html":"Hello
"}'