v50

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

Create a new version

Creates a new version by uploading a PDF file.

post/v1beta/documents/{document_id}/versions

Path parameters

document_idstring required

Document ID to create version for. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

Document ID to create version for. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

Response

Success

created_atstring date-time required

Timestamp when version was created.

descriptionstring nullable

Description of changes in this version.

document_idstring required

Parent document ID. Pattern: doc_[0-9a-hjkmnp-tv-z]{26}

idstring required

Unique ID for the version. Pattern: ver_[0-9a-hjkmnp-tv-z]{26}

processing_status'processing' | 'ready' | 'failed' required
titlestring nullable

Optional version title.

urlstring uri required

URL for accessing this version on Factify.

Example response

{
  "created_by": {
    "id": "user_01h2xcejqtf2nbrexx3vqjhp41"
  },
  "document_id": "doc_01h2xcejqtf2nbrexx3vqjhp41",
  "id": "ver_01h2abcd1234efgh5678jkmnpt",
  "title": "Version 2.0",
  "url": "https://app.factify.com/d/01h2xcejqtf2nbrexx3vqjhp41/v/1"
}