/
/ProofDraw API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5d ago · Updated 3w ago
Account3
  • getCurrent account, usage, and limits
  • patchUpdate name, email, or password
  • putCreate or replace the account's business profile
Auth2
  • postExchange email + password for a fresh API key
  • postCreate a free-tier account
Draws8
  • getList your draws
  • postCreate a draw
  • postCreate, add entries, and seal in one call
  • getFetch a draw
  • deleteCancel an open draw
  • postAdd entries in bulk
  • postSeal the draw
  • postResolve a sealed draw now
System1
  • getHealth check
Verification2
  • getDownload a sealed entry list
  • getDownload the OpenTimestamps proof for a sealed list
    System

    Health check

    get/health

    Response

    Service is up.

    statusstring
    timestring date-time

    Example response

    {
      "status": "ok"
    }

    Changes