DocuSeal allows you to create, fill and sign digital documents.
Upload a Document to Sign
Turn your documents into fillable forms with 10 field types available.
Sign documents yourself or invite multiple parties via email or text to sign.
" I was using Docusign until yesterday when I realized it was not at all meeting my needs. DocuSeal has already been better than Docusign so I'm switching. "
" DocuSeal has not only met but exceeded our expectations in every aspect. Its versatility, security, and efficiency have become integral to our operations. "
" I went from signed up to PDF of contract delivered, signed, countersigned, and delivered, in about 10 minutes on my first try. This is the way software should be. "
For individuals, small teams and large organizations.
Lightning-fast and smooth document signing with a step-by-step form.
From mobile to desktop. Document signing made simple on any device.
Reminders, API integration, seamless embedding, branding and more.
API and Webhooks
Utilize the power of our REST API for seamless integration with your application or create simple automation with Zapier.
Embedded
Use embeddable code snippets to seamlessly implement the document signing workflows directly on your website or app.
HTML to PDF form
Build fillable document forms using our pixel-perfect HTML API, reducing the time for creating personalized documents.
import axios from 'axios';
const options = {
method: 'POST',
url: 'https://api.docuseal.co/submissions',
headers: {'X-Auth-Token': 'API_KEY', 'content-type': 'application/json'},
data: {
template_id: 1000001,
send_email: true,
send_sms: false,
order: 'preserved',
message: {subject: 'string', body: 'string'},
submission: [
{
submitters: [
{
name: 'string',
role: 'First Submitter',
email: 'john.doe@example.com',
phone: '+1234567890',
values: {},
application_key: 'string',
send_email: true,
send_sms: false,
fields: [
{
name: 'First Name',
default_value: 'Acme',
validation_pattern: '[A-Z]{4}',
invalid_message: 'string',
readonly: false
}
]
}
]
}
]
}
};
axios.request(options).then(function (response) {
console.log(response.data);
}).catch(function (error) {
console.error(error);
});
<script src="https://cdn.docuseal.co/js/form.js"></script>
<docuseal-form
id="docusealForm"
data-src="https://docuseal.co/d/LEVGR9rhZYf86M"
data-email="signer@example.com">
</docuseal-form>
<script>
window.docusealForm.addEventListener('completed', (e) => e.detail)
</script>
<text-field>
</text-field>
<date-field>
</date-field>
<select-field
options="opt1,opt2">
</select-field>
<checkbox-field
role="Client">
</checkbox-field>
<image-field
name="Photo">
</image-field>
<signature-field>
</signature-field>
Are DocuSeal signatures legally binding?
Yes, DocuSeal aligns with the ESIGN Act and the UETA in the US, and the eIDAS regulation in Europe (first level), making signed documents legally binding. Visit our compliance page to learn more.
How do I send a signing invite from my email address?
DocuSeal Pro users can connect their Gmail or Outlook accounts to send all signing invitation emails from their connected email address under a custom domain. All email messages sent via DocuSeal are customizable.
Can I use my own branding?
Go to Settings and select Personalization from the list of menu items on the left side. Then click Upload Logo to upload an image. Your company logo will be used in emails and on the document signing form.
Can I use DocuSeal on my mobile device?
Yes. With our step-by-step form users have a smooth signing experience on small mobile screens. Also, you can upload documents and request signatures directly from your device!
How do I add a signing form into my website or mobile app?
Utilize our no-code solution to effortlessly integrate a document signing form into any web or mobile app. Visit our embedding page to learn more about how to add document signing into your website or app.
How to add a signer phone verification via SMS?
Click on Add Recipients to open a modal form and select to invite recipients via phone. Enter the phone number and name (optional). This feature is a part of the DocuSeal Enterprise plan.
Is DocuSeal GDPR compliant?
DocuSeal.eu Cloud is GDPR-ready with servers located in Dublin, Ireland. Also, our on-premises offering allows you to store your data on your own servers to get the control needed for GDPR compliance.
Is DocuSeal HIPAA compliant?
DocuSeal on-premises installation provides the control over your data needed to satisfy HIPAA requirements regarding privacy and data safety. We do not have access to any of your data when hosting on-premises.
How do I contact sales?
You can email us at sales@docuseal.co or book a meeting with the team using this link.