// reference

OpenAPI 3.1 spec.

The full machine-readable spec for every endpoint VoltMail exposes. We generate the SDKs, the docs, and the type definitions from this single file — so it never drifts.

Preview

openapi.yamlopenapi: 3.1.0
info:
  title: VoltMail API
  version: '2026-05-01'
servers:
  - url: https://api.voltmail.dev
paths:
  /v1/emails:
    post:
      summary: Send email
      …