Uploads
Store an upload
Convert a temporary upload into a permanent upload that does not expire.
POST
Convert a temporary upload into a permanent upload. The file is moved to permanent storage and no longer expires. A uniqueDocumentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
key is required to identify the permanent upload.
Use this endpoint when you want to reuse a file across multiple envelopes without re-uploading it each time. For example, store a company logo or a contract template that you reference repeatedly.
Once stored, the upload’s
retention changes from temporary to permanent and the expires_at property is removed. The upload id and url remain the same.Path Parameters
The unique identifier of the upload to store.
Body Parameters
A unique identifier for the upload within your account. Only lowercase letters, numbers, hyphens, and underscores are allowed. Maximum 100 characters.
Returns
Returns a200 OK status code and an upload object with retention set to permanent, or an error otherwise.