The inSign API Explorer gives you a complete interactive playground with powerful tools:
could not be reached from your network. It may be temporarily down or blocked by a firewall.
API calls in the steps below will likely fail.
Integrate electronic signatures into your application in minutes.
This guide is for developers and anyone interested in exploring the inSign API.
Try it out right here - completely free, no registration needed.
Not looking for technical details? Visit www.getinsign.com for product information.
Upload a document and create a signing session. The response contains a sessionid.
You can provide your PDF in several ways: as a public fileURL (used below), as a Base64-encoded string via fileB64, or as a multipart/form-data upload. For details see the Swagger docs.
Want to go deeper? The inSign API Explorer gives you a complete interactive playground.
Open API Explorer Explorer Documentation
Full API reference with request/response schemas: sandbox.test.getinsign.show/docs
Import the pre-built collection for quick API testing:
For Java projects, the insign-java-api library provides a typed client with builders and configuration helpers.
<dependency>
<groupId>com.getinsign</groupId>
<artifactId>insign-java-api</artifactId>
</dependency>
Add the GitHub Package Registry to your Maven settings.xml -
see Working with the Apache Maven registry.
12 branded test contracts are included in the API Explorer, each with unique company branding, logos, and color schemes. You can also drag and drop your own PDF directly into the Explorer.
docs/ Interactive API Explorer (GitHub Pages)
explorer.html API Explorer application
index.html Getting Started guide
js/ Application modules + code generator
codegen-templates/ Code snippet templates (13 variants, 11 languages)
data/ Test PDFs, demo data, webhook/relay configs
tools/ PDF generator scripts