CTECX DigitalSign

⚡ API Services & Enterprise Solutions

Integrate Digital Signatures into your platform with our powerful REST API

💰 Pricing Plans

Starter

Free

  • ✅ 10 signatures/month
  • ✅ Basic PDF support
  • ✅ Web interface only
  • ✅ Community support
  • ❌ No API access

Enterprise

Custom

  • ✅ Unlimited everything
  • ✅ Custom SLA
  • ✅ Unlimited API calls
  • ✅ Priority 24/7 support
  • ✅ Dedicated infrastructure

📚 API Documentation

POST /api/v1/signature/analyze

Analyze a PDF and detect signature boxes with AI

curl -X POST https://api.ctecx.digitalsign.app/api/v1/signature/analyze \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf"
{
  "status": "success",
  "pages": 2,
  "boxes": [
    {
      "page": 1,
      "x": 150,
      "y": 600,
      "width": 300,
      "height": 100,
      "confidence": 0.95,
      "text": "Signature Here"
    }
  ],
  "processingTime": 1200
}

POST /api/v1/signature/sign

Sign a document and return signed PDF

curl -X POST https://api.ctecx.digitalsign.app/api/v1/signature/sign \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "signature=@signature.png" \
  -F "position=0:150:600:300:100"

📧 Get a Custom Quote

For Team Plans, Enterprise Solutions, or Custom Integrations

👥 Team Plan (Custom)

👥 5-50 Members

Perfect for teams that need collaborative signing

🔐 Access Control

Role-based permissions and user management

📊 Analytics

Detailed signing reports and audit logs

🤝 Collaboration

Team workflows and approval processes

💼 Enterprise Support

Dedicated account manager and priority support

🔗 API Integration

Full API access for custom integrations