Deprecated Files
File
The file resource (deprecated). Use the Upload resource instead.
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 the 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.
After completing both steps, reference the file using the URL pattern https://api.signatureapi.com/v1/files/{id}.
Attributes
The unique identifier of the file.
The date and time when the file will expire, in