Docs

Build on SendMint.

Reference docs, integration guides, and webhook payloads for every resource the platform exposes. Everything here is generated from the same catalogs the app uses — what you see is what you ship.

60-second taste

Create a shared link with curl.

curl · POST /v1/links
curl https://api.sendmint.com/v1/links \
  -H "Authorization: Bearer $SENDMINT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "document_id": "doc_2j9hf2",
    "email_required": true,
    "watermark": "{recipient.email}",
    "expires_at": "2026-12-31T23:59:59Z"
  }'
Returns a signed URL ready to share with analytics enabled.

Spotted a typo or missing endpoint? File a docs bug.

Pick a section and ship.

Everything here is real. Working snippets, copy-paste safe.