eSign Genie Is Joining the Foxit Family! View Details x
When you integrate with our digital signature API, you and your team can rest easy knowing your signatures will stand up in court and can be used for practically any purpose.
Our eSign API equals work life made easy. By integrating eSigning into your applications, you can rest assured that you, your team, and your clients will never miss a beat.
Better control your customer’s experience. Create a fluid, simple, and positive signing process from start to finish, all within your website and applications.
Promote a streamlined, comprehensive, and positive brand experience with your customers by providing a seamless way to sign from one page to the next.
Enterprise-ready API pricing that is designed to meet your budgetary needs and support your company’s financial goals for growth and advancement.
Integration with our eSign API is fast, easy, and painless thanks to our developer-friendly guides and our team of expert developers offering live support.
Rest API Examples
Example #1: Send a document for eSignature
curl -X POST \
–url ‘https://na1.foxitesign.foxit.com/api/folders/createfolder’ \
-H ‘Authorization: Bearer AccessToken’\
-H ‘Accept: application/json’\
-H ‘Content-type: application/json’ \
–data-raw ‘{
“folderName”: “Foxit eSign aka eSign Genie Contract.pdf”,
“fileUrls”: [
“https://www.esigngenie.com/wp-content/uploads/2022/04/Orange.pdf”
],
“fileNames”: [
“Foxit eSign aka eSign Genie Contract.pdf”
],
“parties”: [
{
“firstName”: “Peter”,
“lastName”: “Parker”,
“emailId”: “spiderman@demo.com”,
“permission”: “FILL_FIELDS_AND_SIGN”,
“sequence”: 1,
“allowNameChange”: “false”
}
],
“fields”: [],
“sendNow”: true,
“createEmbeddedSigningSession”: “true”,
“createEmbeddedSigningSessionForAllParties”: “true”,
“processTextTags”: true
}’
Example #2: Create a Webhook
curl -X POST \
–url ‘https://na1.foxitesign.foxit.com/api/webhook/createwebhookchannel’ \
-H ‘Authorization: Bearer AccessToken’\
-H ‘Accept: application/json’\
-H ‘Content-type: application/json’ \
–data-raw ‘{
”channelName”: “Signed Documents Webhook”,
”webhookUrl”: “https://developers.foxitesign.foxit.com”,
”webhookLevel”: “Account”,
”events”: {
”folder_signed”: true
},
”webhookSecret”: “default”
}’
We make leveraging our API technology a snap with SDKs for C#, Java, Javascript, Python, Ruby, and PHP to allow for an easier integration journey for your whole team.
Our developers are focused on more than just the code. We get to know your workflows and come up with meaningful solutions that integrate well with your tech stack.
We provide sample projects, demos, API docs, and more for every single feature in the eSign API to get you up to speed and signing quickly and effectively.
Foxit eSign aka eSign Genie’s team of solution engineers and eSign API experts will assist you throughout your proof-of-concept process, expanding integrations and deployment.
19925 Stevens Creek Blvd, Suite 100
Cupertino, CA 95014