This feature is currently in public preview.

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

Don’t use our API directly from the client because API keys can be exposed. If someone gets your API key, they can access all your data in SignatureAPI.

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.