Quick Start
Blueink API is a cloud-based eSignature solution that allows you to integrate eSignature functionality into your App, internal tools, AI agents, or other eSignature automated workflows.
This guide will walk you through the process of getting started with the Blueink API.
Step 1: Create a Blueink API Account
If you don't yet have a Blueink Account, you can create an API trial account by visiting the Blueink API Plans page. You can send unlimited test Envelopes / Bundles with your API trial account.
If you already have a Blueink Account and don't see "API" as a menu option, please contact Blueink Support via in-app chat, or via our Contact Us page. Our support team would be happy to activate API Trial features on your account so you can try out the API.
Step 2: Navigate to API Page
From the Blueink Dashboard
page, click on the API
tab in the sidebar.

Step 3: Create an API Key
From the API page, click the Add API Key
button.
- Enter a label for the API key and click the
Submit
button.

- Save the API key (it is only shown once) to use it in your integration.

Please copy the API key and store it in a secure location. An API key identifies your App and allows it to make calls to the Blueink API on your behalf, including sending documents for eSignature. It should never be exposed publicly in client-side code (e.g. javascript source files that are downloaded to a browser) or committed into source control (e.g. a github repo).
You can view and manage your API keys in the Blueink API page, in the "Private API Keys" section.

Step 4: Start Building your Integration
You can now start building your integration. Please see documentation below for next steps.
If you are using a supported languages, you can get started quickly by using one of our client SDKs.
Blueink SDKs
Other Resources
- API Overview - for documentation on authentication, pagination, etc.
- How-to Guides - for narrative guides on commone use cases with the Blueink API.
- API Reference - for detailed documentation on all API endpoints and operations.
- Postman Collection - a collection of Blueink API requests that you can use to test and explore the API.