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.