Empower your applications with automated document generation. Use WordFields REST API in your applications and save time generating Word documents.
Get started Read documentationPOST https://api.wordfields.com/v1.0/templates/{id}/documents Content-Type: application/json
{ "data": { "Client": { "name": "Client Corp.", "address": "One Company Way 15", }, "Payment": 150.36, "ServiceDate": "2024-06-15" "ServiceClause": "The Service Provider shall ..." } }
Mark merge fields in your existing Word, Excel, or HTML templates to indicate changeable parts.
Set the merge field's data types, write expressions to generate dynamic content, and adjust formats.
Use our REST API methods, pass your data to a pre-configured template, and generate the output documents.
The WordFields API requires API keys for authentication. You can view and manage these keys in the Admin Dashboard.
All API requests are transmitted over HTTPS to ensure the security of your data. Since your API keys provide access to your workspace, it is essential to keep them secure.