edeXa Signature API
Key Features
Security Highlights
API Service Demonstration
🎯 What You’ll See
Project Setup
Key
Description
▶️ Run the Project
🐳 Option 1: Docker Compose (Local Deployment)
☁️ Option 2: Kubernetes Deployment (Production-Ready)
API Usage
Body
docstring · binaryRequired
The document file to sign.
api_keystringRequired
API key for authentication.
Responses
200
Document signed successfully
application/json
400
Bad request (file missing or too large)
application/json
401
Invalid or missing API key
application/json
409
Document already signed
application/json
post
/signLast updated