Base URL
Authentication
All API requests require authentication using an API key passed in theX-Api-Key header.
Workspace scoping
To scope an API request to a specific workspace, include theX-Workspace-Id header:
Available endpoints
The DocPipe API currently exposes one endpoint for external use:| Method | Path | Description |
|---|---|---|
POST | /pipes/{pipeId}/trigger | Submit a document to a pipe for processing |
Request format
The webhook trigger endpoint acceptsmultipart/form-data requests with the document file.