Skip to content

Introduction

The Illustrata API generates PDF illustrations for annuity products.

  • Multi-Year Guaranteed Annuity (MYGA) - Fixed-rate annuities
  • Fixed Index Annuity (FIA) - Index-linked annuities
EndpointMethodDescription
/healthGETCheck API status
/api/pdf/DemoMYGAPOSTGenerate MYGA illustrations
/api/pdf/DemoFIAPOSTGenerate FIA illustrations

Control output format with the printIllustration parameter:

  • "no" - Returns JSON data
  • "yes" - Returns PDF file
https://api.illustrata.com
  1. Obtain an API key
  2. Make your first API call
  3. See Quick Start for examples