Docpier IDP API
  1. workspace
Docpier IDP API
  • IDP API
  • Webhook
  • Endpoints
    • Agent Login (client credential flow)
      POST
    • Upload a document
      POST
    • Retrieve structured data
      GET
    • Provide feedback
      PATCH
  • Schemas
    • Schemas
      • api
        • ApiError
        • DocumentInProgressResponse
        • FeedbackRequest
        • DocumentResponse
      • document
        • element
          • Amount
          • Identification
          • PaymentMethod
          • TaxId
          • CreditCardInfo
        • Unknown
        • Core Document
        • Invoice
        • Reminder
        • CreditCard Statement
        • Insurance Policy
        • Policy Adjustment
      • workspace
        • Workspace
        • Membership
        • Document
        • FlowLog
        • Error
  1. workspace

Document

{
    "documentId": "doc_abcdef123",
    "workspaceId": "ws_abcdef123",
    "fileName": "sample_document.pdf",
    "status": "PENDING",
    "uploadTime": "2025-05-30T15:13:00Z",
    "processedTime": "2025-05-30T15:15:00Z",
    "nFADP": {
        "processingPurpose": "Document processing",
        "retentionPeriod": "90 days"
    }
}
Built with