For product and engineering teams

Integrate DocSplitr
into your workflows
via API

Connect structured split capabilities with your internal systems and document pipelines through a clean, well-documented API.

Everything you need to automate document processing

Document upload

Upload PDFs programmatically with format validation, size limits and antivirus inspection built in.

Structured split

Apply your process matrix via API to split bulk PDFs into expected document packages with completeness signals.

Webhooks and events

Receive real-time notifications when processing completes, documents are validated or exports are ready.

Get started in minutes

The DocSplitr API is REST-based with JSON responses. Authentication uses API keys with per-team scoping.

  • REST API with JSON responses
  • API key authentication
  • Pagination and filtering
  • Rate limiting with clear headers
  • Sandbox environment available
EXAMPLE REQUEST
POST /api/v1/split
Authorization: Bearer {API_KEY}
{
"document_id": "doc_xyz123",
"matrix_id": "mtx_kyc_standard",
"validate": true
}
// Response
{
"status": "complete",
"completeness": 0.94,
"missing": ["income_proof"],
"export_url": "https://..."
}

Full documentation coming soon

Our engineering team is finalizing the public API documentation. Contact us to get early access and discuss your integration requirements.

Planned content
  • Input formats and file limits
  • Output structure and schemas
  • Authentication and scopes
  • Webhook configuration
  • Workflow examples and recipes
Get early access

Contact our team to discuss your integration use case and get API credentials for the sandbox environment.

Contact engineering team

Ready to integrate?

Talk to our engineering team about your integration requirements and get sandbox access.