Documentation Index

Fetch the complete documentation index at: https://help.docfusioncloud.com/llms.txt

Use this file to discover all available pages before exploring further.

AdHoc vs Queued vs Queued Streamed methods

Prev Next

AdHoc

AdHoc Methods such as the GenerateDocumentFull API method allow customers to call the DocFusion API for templates that take less than 30 seconds to generate. This is the most common method used to generate documents.

Queued Methods

Queued methods or, QueueJobForGeneration, is the API call we use to generate Documents that could potentially take longer than 30 seconds to generate. For more information on Queued Methods, please refer to the following article - Queued Generation Methods

Queued Streamed Methods

Once a document surpases the 200 page mark (or 2 minute generation time), we recommend using the QueueJobForGenerationStreamed method