Unlock PDF editing and annotation capabilities inside your software

Embed a customizable PDF editor into your solution to delight users with a seamless and straightforward experience of editing, annotating, sharing, and managing digital documents.

Integrated PDF editing to help you automate manual document processes

Ensure your end-users have every tool they need to get PDF documents done at their fingertips.
Please note: Some of the features listed here are currently in development and will become available soon. Contact us to learn about the solutions we currently have on offer.
API INTEGRATION

Code examples

Streamline document processes with tools to edit and annotate PDFs.
Upload document
Embed PDF editor
Template
1
2
3
4
5
6
7
8
9
10
11
12
curl --request POST \
--url https://pdf.airslate.io/v1/documents \
--header 'Accept: application/json' \
--header 'Authorization: Bearer undefined' \
--header'Content-Type: multipart/form-data' \
--form file= \
--form fileName=
Copy code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"callbackUri": "http://example.com",
"redirectUri": "http://example.com",
"expirationInSeconds": 600,
"editorAppearanceConfig": {
"doneButton": {
"visible": true,
"label": "string"
},
"logo": {
"visible": true,
"url": "string"
},
"tools": [
{
"signature": true,
"options": {
"type": true,
"draw": true,
"upload": true,
"capture": true
},
"text": true,
"initials": true,
"date": true,
"x": true,
"v": true,
"o": true,
"erase": true,
"highlight": true,
"blackout": true,
"textbox": true,
"arrow": true,
"line": true,
"pen": true,
"sticky": true
}
],
"options": [
{
"wizard": true,
"help": true,
"search": true,
"pagesPanel": true
}
],
"advancedOptions": [
{
"addFillableFields": true,
"addWatermark": true
}
]
}
}
Copy code
1
2
3
4
5
6
7
8
9
10
11
12
curl --request POST \
--url https://pdf.airslate.io/v1/templates \
--header 'Accept: application/json' \
--header 'Authorization: Bearer undefined' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"documentId": "string"
}
}
Copy code

Superior developer experience for embedded document workflows

As part of Document Automation Hub by airSlate, PDF Editing API offers developer-friendly features and technical excellence at the most competitive rates.
Developer-centric
Slash development and configuration cycles, and maintain PDF integrations with airSlate’s clear API structure, detailed documentation, code examples, and a centralized dashboard to monitor API usage and reporting.
Flexible & scalable
With the modular and extensible architecture of our API, incorporate any specific PDF functionality into your workflow. As your needs evolve, you can plug in more features at any time.
Practical & cost-effective
Benefit from reduced development and maintenance costs of your PDF integrations with airSlate’s profound industry expertise, technology, and usage-based pricing.

Scalable developer plans to suit any workflow

Gain access to a full suite of APIs to automate your document processes – and only pay for what you use.
Documentation and support
Solution engineers
Get in touch with our tech experts to pick the right solution for your unique needs.
Solution engineers decoration
PDF TOOLS API

Incorporate customizable PDF tools into your app, website, or CRM

Enable users to organize and manage their PDF documents inside your software platform.
Our user reviews speak for themselves
Avatar
Shermaine Chloe G.
Employee Services Manager
“The best thing about airSlate is how they've made it very easy for people without a programming background to set up flows.”
Avatar
Guillermo Gameros
Advisor
“I would highly recommend airSlate to any business leader who is looking to increase efficiency in their workforce. My team and I have gained precious minutes in our prospecting time.”
Avatar
Sam Ginzberg
Royal Care
“Great tool for automation! No need for dual entry eliminated the risk of errors. Completing paperwork and getting signatures turned into a breeze.”
Avatar
Michael Moore
Transition Insurance Agency
“airSlate has been a great addition to our business! It integrates well with Salesforce allowing our team to seamlessly get custom documents ready for signatures within our Salesforce record!”
Avatar
Menachem Tauber
Lubavitch Educational Center
“Automations that took me over 100 hours using Google sheets and scripts, can now be set up in airSlate in just 20-30 hours.”
Avatar
Brian Del Terzo
Credilife
“There is no more all inclusive workflow solution like it!”
Avatar
Mark Mc Nichol
In At The Deep End
“We’re getting information and data back from customers, and internal HR related documents quicker than ever before.”
Avatar
Julia Whitfield
Champ Plan Advisors
“Amazing Platform, customized for our special needs! Sophisticated, smart & cutting-edge!”
Avatar
Adam Beaty
Bullogic Wealth Management
“The ease of being able to create forms, PDFs, and other documents that link right into Salesforce has been instrumental in cutting down our processing times and increasing our customer satisfaction.”
Avatar
Jim Royster
Cryo-Cell
“The Bots and workflow routing have been beneficial in allowing us to pull data from Salesforce, pre-fill documents, and then route those documents to various clients for signature.”
Avatar
Brian Del Terzo
Credilife
“There is no more all inclusive workflow solution like it!”
Avatar
Mark Mc Nichol
In At The Deep End
“We’re getting information and data back from customers, and internal HR related documents quicker than ever before.”
Avatar
Julia Whitfield
Champ Plan Advisors
“Amazing Platform, customized for our special needs! Sophisticated, smart & cutting-edge!”
Avatar
Adam Beaty
Bullogic Wealth Management
“The ease of being able to create forms, PDFs, and other documents that link right into Salesforce has been instrumental in cutting down our processing times and increasing our customer satisfaction.”
Avatar
Jim Royster
Cryo-Cell
“The Bots and workflow routing have been beneficial in allowing us to pull data from Salesforce, pre-fill documents, and then route those documents to various clients for signature.”
Avatar
Shermaine Chloe G.
Employee Services Manager
“The best thing about airSlate is how they've made it very easy for people without a programming background to set up flows.”
Avatar
Guillermo Gameros
Advisor
“I would highly recommend airSlate to any business leader who is looking to increase efficiency in their workforce. My team and I have gained precious minutes in our prospecting time.”
Avatar
Sam Ginzberg
Royal Care
“Great tool for automation! No need for dual entry eliminated the risk of errors. Completing paperwork and getting signatures turned into a breeze.”
Avatar
Michael Moore
Transition Insurance Agency
“airSlate has been a great addition to our business! It integrates well with Salesforce allowing our team to seamlessly get custom documents ready for signatures within our Salesforce record!”
Avatar
Menachem Tauber
Lubavitch Educational Center
“Automations that took me over 100 hours using Google sheets and scripts, can now be set up in airSlate in just 20-30 hours.”

Document Automation Hub

A comprehensive suite of APIs to automate document workflows.
Card icon
Forms API
Create forms that adapt based on user inputs, pre‑fill fields with backend data, and provide a mobile-friendly experience for form completion.
Card icon
DocGen API
Generate documents from DOCX templates, pre‑fill them with dynamic data of any size using field tags, and add conditional logic.
Card icon
Flows API
Run automated document workflows from your app or website – launch airSlate Flows to transfer data and documents between external systems.
Card icon
eSignature API
Embed legally‑binding eSignature into your app to send documents for signature, request payments, create fillable templates, and track the status of documents.
Card icon
PDF Editing API
Embed editing features to allow users to annotate and make edits to PDF documents without leaving your application.
Card icon
PDF Tools API
Merge and split documents, convert PDF files to other formats, password-protect, print, and export PDF forms online.

Got questions regarding PDF Editing API?

Below is a list of the most common customer questions. If you can’t find an answer to your question, please don’t hesitate to reach out to us.
PDF Editing API is a service offered by airSlate as part of its Document Automation Hub. It enables developers to integrate a range of PDF editing and annotation functionalities into their applications, websites, or CRMs (e.g., adding and deleting text and graphics, highlighting information, drawing, etc.).
While PDF Editing API allows your users to edit and annotate PDF documents, PDF Tools API offers embedded functionality for manipulating and organizing PDFs, which includes converting files, splitting, merging, rearranging PDFs, and more.
Yes, our API has a modular structure that enables developers to incorporate specific PDF functionalities into their applications based on their individual needs and preferences.
With airSlate’s usage-based pricing plans, you only pay for the functionalities you use, making it easy to scale up or down as needed without having to worry about overspending on unnecessary features. For more details about our pricing model, please visit our dedicated page.
PDF Tools API is one of several APIs offered by airSlate within its comprehensive document automation suite that addresses needs such as dynamic document generation, conditional workflows, intelligent user forms, embedded PDF editing, and eSignatures. Other API categories available include the eSignature & Consent API and The Workflow Automation API.

PDF Editing API supports the following methods:

Code Grant
JWT Grant
Implicit Grant
Sure! You can create your developer test account and build your test application with any Document Automation Hub product for free. Sign up here.
Yes, airSlate provides support from solution engineers to ensure a smooth integration process. Additionally, you can explore our comprehensive documentation or get in touch with our sales team for further assistance.
You will find the code examples you need in the PDF API section of our documentation.
Certain features are currently available, but some are still in development. Please check back frequently for updates or contact us for more information.
Ready to kickstart your PDF integration?
Get in touch with our tech experts and they will help you find the optimal API solution for your document editing, management, and automation needs.
Decoration