Introduction
Welcome to Illustrata API
Section titled “Welcome to Illustrata API”The Illustrata API generates PDF illustrations for annuity products.
Available Products
Section titled “Available Products”- Multi-Year Guaranteed Annuity (MYGA) - Fixed-rate annuities
- Fixed Index Annuity (FIA) - Index-linked annuities
API Endpoints
Section titled “API Endpoints”| Endpoint | Method | Description |
|---|---|---|
/health | GET | Check API status |
/api/pdf/DemoMYGA | POST | Generate MYGA illustrations |
/api/pdf/DemoFIA | POST | Generate FIA illustrations |
Response Formats
Section titled “Response Formats”Control output format with the printIllustration parameter:
"no"- Returns JSON data"yes"- Returns PDF file
Base URL
Section titled “Base URL”https://api.illustrata.comGetting Started
Section titled “Getting Started”- Obtain an API key
- Make your first API call
- See Quick Start for examples
Next Steps
Section titled “Next Steps”- Authentication - API authentication
- Quick Start - Code examples
- API Reference - Endpoint details