Create a Temporary File
POST
request to https://api.signatureapi.com/v1/files
. The response will look like this:put_url
property. The Location
header in the response also contains the File URL:Upload Your File
put_url
using a PUT
request.Location
header in step 1) as the url
parameter when defining your document:
url
parameter. SignatureAPI will download the document or template from the specified location.
Supported sources include:
Amazon S3
https://*.s3.*.amazonaws.com/*
https://*.s3.amazonaws.com/*
https://s3.amazonaws.com/*
Cloudflare R2
https://*.r2.dev/*
Azure Blob Storage
https://*.blob.core.windows.net/*
Google Cloud Storage
https://storage.googleapis.com/*
Supabase
https://*.supabase.co/*
Google Drive
https://drive.google.com/*
Dropbox
https://www.dropbox.com/*
Convex
https://*.convex.cloud/api/storage/*
Other