CORE FEATURES
SUPPORTING FEATURES
INTEGRATION
Various solutions for your industry
Various solutions based on your role
All solutions are specifically designed to improve company productivity
Our eSignature API empowers your platform with advanced digital signing capabilities, ensuring smooth workflows and enhanced user experiences
Speed up transactions, simplify processes, and provide an extraordinary customer experience — all while maintaining legal compliance with Mekari Sign API
Integrate eSignatures effortlessly with our reliable developer experience, taking just a few hours for a smooth integration
Whether you’re a fast-growing small business or a big enterprise, our APIs scale flexibly to accommodate your growth
No matter your eSignature and agreement lifecycle requirements, our API can handle it all. From basic to intricate scenarios, we’ve got you covered
Embed eSignature into your app or workflow with ease, encompassing payment processing and many other functionalities
Automate signatures effortlessly with our Auto Sign API – saving time and streamlining your workflow
Real-time updates on document status with our API – streamline workflows and enhance collaboration
Take control of document operations using our versatile Upload, Delete, Send Document API – enhancing efficiency at every step
Scale approvals and enhance engagement to unlock new growth opportunities with eSignature API flexible to all developers
import requests
url = "https://sandbox-api.mekari.com/v2/esign/v1/profile"
payload={}
headers = {
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
require "uri"
require "net/http"
url = URI("https://sandbox-api.mekari.com/v2/esign/v1/profile")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Get.new(url)
response = https.request(request)
puts response.read_body
var https = require('follow-redirects').https;
var fs = require('fs');
var options = {
'method': 'GET',
'hostname': 'sandbox-api.mekari.com',
'path': '/v2/esign/v1/profile',
'headers': {
},
'maxRedirects': 20
};
var req = https.request(options, function (res) {
var chunks = [];
res.on("data", function (chunk) {
chunks.push(chunk);
});
res.on("end", function (chunk) {
var body = Buffer.concat(chunks);
console.log(body.toString());
});
res.on("error", function (error) {
console.error(error);
});
});
req.end();
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://sandbox-api.mekari.com/v2/esign/v1/profile");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
'https://sandbox-api.mekari.com/v2/esign/v1/profile',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Certificate NO: IS 656453
PKS Dukcapil No 119/6959/ Dukcapil
as a partner of PT Tilaka Nusa Teknologi
Legal: KEP-545/PJ/2022 tanggal 21 November 2022
SK No 423 Tahun 2021
as a partner of PT Tilaka Nusa Teknologi
Sub CA kominfo SK No 423 Tahun 2021
as a partner of PT Tilaka Nusa Teknologi
Easily fill your information in the form here
Our team will contact you to proceed with the registration
Provide a password to access your developer environment
Generate and verify your Bearer Token with Postman or other API-supporting clients
Take a closer look at and review Mekari’s eSignature API functionalities
All the information needed to get you started on eSignature API!
Mekari Sign API is a solution for integrating digital signature features into your system. So, all your system users can digitally sign documents directly through your application.
Integrating the eSignature API into your business system can help speed up document completion because your clients don’t need to log in and access the Mekari Sign application dashboard and switch between several websites.
Mekari Sign’s eSignature API allows your system users to upload, send, and sign documents for a simpler workflow.
The eSignature API system from Mekari Sign will be integrated into your business system/platform. That way, end users or customers who use your system can upload, send and sign documents on your system without needing to register and access the Mekari Sign dashboard.
Click “WhatsApp now” to contact our team or click “Try sandbox for free” and fill in the form provided to send an API test sandbox request. Our team will contact you for further discussion and implementation.
The estimated sandbox implementation duration for the Mekari Sign API is three working days, however this duration may depend on the scale of API usage.
The cost to integrate the eSignature API into your system depends on the estimated number of documents and signatures that will be affixed each month. Contact our team for further discussion and calculations.
Of course, Mekari Sign has ISO EIC 27001 certification to guarantee the security of document and signatory data.
The digital signature used at Mekari Sign has also been certified by PSrE (Electronic Certification Organizer) and AATL (Adobe Approved Trust List), so it is legal and safe to use.
Get more done without compromising accuracy and speed with Mekari solutions that are used by thousands of businesses
Our team will contact you soon.
Please wait and make sure your contact is active.