Registers a new temporary file and returns a URL for uploading the content.
put_url you use to upload the file content in a second request.
Create a file record
/v1/files. No request body is needed.The response includes:id for the new file.put_url to upload the file content.expires_at timestamp indicating when the file will be deleted.Location header with the file’s reference URL: https://api.signatureapi.com/v1/files/{id}.Upload the file content
put_url from the previous response. Set the request body to the raw binary content of your file.201 Created status code on success. The response body includes the following properties: