How-To Guides
Welcome to the Blueink How-To Guides! This section provides step-by-step instructions for common integration scenarios using the Blueink API v2. Each guide includes complete, working code examples in multiple programming languages.
What You'll Find Hereโ
Our how-to guides are designed to help you quickly implement specific functionality in your applications. Each guide includes:
- Complete code examples in Python and JavaScript
- Step-by-step explanations of each part of the process
- Error handling and best practices for production use
- Interactive code switchers to toggle between languages
- Troubleshooting tips for common issues
Getting Startedโ
Before diving into the guides, make sure you have:
- A Blueink account with API access
- Your API key (available in the Blueink Dashboard under Apps)
- Basic knowledge of HTTP requests and your chosen programming language
If you're new to the Blueink API, start with our Introduction and Authentication guides.
Available Guidesโ
๐๏ธ Using the Blueink eSignature API
Step-by-step guides for common Blueink eSignature API integration scenarios
๐๏ธ Send an Envelope with an Uploaded PDF File
Complete guide for uploading a PDF file and sending it as an envelope using BlueInk API v2
๐๏ธ Send an Envelope with Templates
Complete guide for creating envelopes using document templates and envelope templates with BlueInk API v2
๐๏ธ Implement Embedded Signing
Complete guide for creating envelopes with embedded signing and generating iframe URLs using Blueink API v2
๐๏ธ Use the Blueink MCP Server
Complete guide for setting up and using the Blueink Model Context Protocol (MCP) server with Claude Desktop for envelope management
๐๏ธ Auto Field Placement
Place fields automatically based on strings in PDF
Coming Soonโ
We're continuously adding new guides based on common use cases and community feedback. Upcoming guides will cover:
- Adding Signature Fields and Form Elements - How to programmatically add signature fields, text inputs, checkboxes, and other form elements to your documents
- Implementing Embedded Signing - How to integrate signing directly into your application without redirecting users
- Handling Multiple Documents - How to create envelopes with multiple documents and complex signing workflows
- Setting Up Webhooks - How to receive real-time notifications about envelope status changes
- Managing Templates - How to create and use document templates for recurring workflows
- Advanced Authentication - How to implement SMS, ID verification, and other authentication methods
Need Help?โ
If you can't find what you're looking for or need assistance with a specific integration scenario:
- Check our FAQ for common questions
- Review the API Reference for detailed endpoint documentation
- Explore our SDK Examples for additional code samples
- Contact Blueink Support for personalized assistance
Contributingโ
Have a suggestion for a new guide or found an issue with an existing one? We welcome feedback and contributions to make our documentation better for everyone.
Ready to get started? Choose a guide above and begin building your Blueink integration!