# Quotes Document This section contains the [Generate a quote document](https://developer.zuora.com/api-references/older-api/operation/POST_QuotesDocument/) operation that should be only used from Zuora Quotes. This operation generates a quote document and returns the generated document URL. You can directly access the generated quote file through the returned URL. ## Generate a quote document - [POST /v1/quotes/document](https://developer.zuora.com/v1-api-reference/older-api/quotes-document/post_quotesdocument.md): The document call generates a quote document and returns the generated document URL. You can directly access the generated quote file through the returned URL. The document call should be only used from Zuora Quotes. ### File Size Limitation The maximum export file size is 2047MB. If you have large data requests that go over this limit, you will get the following 403 HTTP response code from Zuora: security:max-object-size>2047MB Submit a request at Zuora Global Support if you require additional assistance. We can work with you to determine if large file optimization is an option for you.