Introduction
Embed the signing interface into your application for a seamless user experience
Let your users sign documents directly in your web or mobile app using SignatureAPI’s Embedded Signing.
You need both:
- A server to create an envelope and get a ceremony URL.
- A client to display the ceremony to the recipient.
Server side
Check Ceremony URL to learn how to get a ceremony URL using your server.
Client side
After getting the ceremony URL, you can embed the signing interface directly into your application. You don’t need any extra dependencies; just use standard components like iframes (for web apps), WebView (for Android), or WKWebView (for iOS).
Web Apps
Embed the ceremony in a web application using HTML and Javascript.
React Native
Embed the ceremony in a React Native app.
We are working on these docs. For help with implementation, click the support icon in the bottom right corner of the page.
iOS (Soon)
Embed the ceremony in an iOS app using Swift.
Android (Soon)
Embed the ceremony in an Android app using Java.
Flutter (Soon)
Embed the ceremony in a Flutter app.
Was this page helpful?