Demo Video
Example Implementation: Mini SignNow App
This example demonstrates integrating Contractag’s API into a document signing workflow. Here’s how we built it:- Basic Frontend: Users can provide the name and email of the recipient, attach a contract PDF, and send it for signing.
- Upload Document: Send PDF to
POST /fieldsto extract all detectable fields. - Field Validation: Display extracted fields with confidence scores for review.
- Signature Placement: Use bounding boxes to position signature fields automatically.
- Document Preparation: Ensure all required fields are present before sending for signatures.
API Endpoints Used
POST /fields- Extract all fields from a PDFGET /fields/{document_id}- Retrieve extracted fields by document ID (with optional page parameter)
Next Steps
- Request a Contractag API key via email at support@contractag.dev
- Experiment with the API using the Playground
- Contact support@contractag.dev for integration help