# DynamicDocs **Provider:** DynamicDocs **Category:** storage **Base URL:** `https://dynamicdocs.p.rapidapi.com` **Auth:** api-key — `ADVICEment API Key: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://advicement.io/dynamic-documents-api ## Description ADVICEment's DynamicDocs API automates your document generation and creates dynamic, optimized, interactive PDFs. Write your templates in LaTeX and call the API with JSON data to get your PDFs in seconds. The template files are stored in your dashboard ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://dynamicdocs.p.rapidapi.com/templates/{template-token}/compile` | Compile New Document PDF | ## Authentication API key in the request header (ADVICEment API Key) ``` ADVICEment API Key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://dynamicdocs.p.rapidapi.com/templates/{template-token}/compile' \ -H 'ADVICEment API Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-as-you-go document generation. $0.10/document. Monthly plans available. --- *Source: [API Map](https://apimap.dev/apis/dynamicdocs/) — CC BY 4.0*