A file is a temporary document stored in SignatureAPI. You can upload a file and then reference it by URL when creating an envelope, for example as theDocumentation 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.
url property of a document.
Files are temporary and expire 24 hours after creation. To store files permanently for reuse across multiple envelopes, use the Library in your dashboard.
How it works
Creating a file requires two requests:- POST
/v1/filesto register the file and receive aput_url. - PUT
{put_url}to upload the raw file content to that URL.
https://api.signatureapi.com/v1/files/{id}.
Attributes
The unique identifier of the file.
The date and time when the file will expire, in format. Files expire 24 hours after creation.