Improved
API Changelog 7.29.1
May 22nd, 2026
Added
- When retrieving documents, the API now returns a 202 Accepted status if the file generation is still in progress. This ensures applications only download fully completed files and prevents the retrieval of partially generated documents.
`GET /public/v1/documents/{id}/download`
- added the success response with the status `202`
`GET /public/v1/documents/{id}/download-protected`
- added the success response with the status `202`
