v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Documents

Create a document

Creates a new document by uploading a PDF file.

post/v1beta/documents

Response

Success

Example response

{
  "document": {
    "created_by": {
      "id": "user_01h2xcejqtf2nbrexx3vqjhp41"
    },
    "current_version": {
      "id": "ver_01h2abcd1234efgh5678jkmnpt"
    },
    "description": "Quarterly financial report for Q4 2024",
    "id": "doc_01h2xcejqtf2nbrexx3vqjhp41",
    "owner_organization_id": "org_01h2xcejqtf2nbrexx3vqjhp41",
    "title": "Q4 2024 Financial Report",
    "url": "https://app.factify.com/d/01h2xcejqtf2nbrexx3vqjhp41"
  }
}