Analyze Document (Base64)
Analyzes a DOCX template provided as a base64 string and returns merge field information.
Code Examples
curl --location 'https://na1.fusion.foxit.com/document-generation/api/AnalyzeDocumentBase64' \
--header 'client_id: YOUR_CLIENT_ID' \
--header 'client_secret: YOUR_CLIENT_SECRET' \
--data '{
"base64FileString": "<YOUR-base64-FILE-STRING>"
}'