Permanent storage and link
Generated documents can be stored permanently in FlexiPage. FlexiPage provides two options to access the stored documents.
API to download the document
The api is of the format https://api.flexipage.app/filestore/{mergeId}.
FlexiPage returns mergeId in api response, after successful document generation. This can be used to construct the download url.
Redirect url
This is useful when you want to redirect the user to the generated document, from a frontend application or from email. The redirect url is of the format https://app.flexipage.app/files/{mergeId}.
Specify a URL field from your platform, to automatically store the redirect url of the generated document.
