generateInterimFilesGenerate Interim Bundle Files
https://api.blueink.com/api/v2/bundles/{bundleSlug}/files/Generate Interim Bundle Files
PUT/bundles/:bundleSlug/files/
Start asynchronous generation of documents in their current state. The interim documents will include
data from any completed signing session. Note generating interim documents can take some time and
happens asynchronously. You can poll the /bundles/{bundleSlug}/ endpoint to check for a
doc_status of 'in' (interim) to determine when the interim docs have completed generating. You can then
fetch the documents using the /bundles/{bundleSlug}/files/ endpoint. Note that the ability to generate
interim files is not active for all API-enabled accounts. Check with Blueink support with any questions.
Request
Responses
- 200
- 400
- 403
- 404
- 409
A Bundle object
Bad Request
User or Account is not permitted to generate interim files
Not found response
Bundle is in terminal state. Interim files cannot be generated.