Sejda

Sejda provides online and desktop tools for editing and manipulating PDF documents - merge, split, compress, convert, edit, watermark, OCR, and fill forms. Its only documented hosted REST API is the HTML-to-PDF conversion API at api.sejda.com; the broader merge/split/OCR task set is delivered through the web and desktop apps and through the open-source Sejda SDK and sejda-console (Java, AGPLv3), not a hosted task API.

Sejda publishes 1 API on the APIs.io network: HTML to PDF API. Tagged areas include PDF, Document Conversion, HTML to PDF, PDF Editing, and OCR.

Sejda’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

40.2/100 thin ▬ flat Agent 37/100 agent ready Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
4 APIs
PDFDocument ConversionHTML to PDFPDF EditingOCR

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 40.2/100 · thin
Contract Quality 16.7 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 37/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sejda: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Sejda PDF Tools (Web and Desktop)

Sejda's full PDF task catalog - merge, split, compress, convert (Office/HTML to PDF, PDF to images), edit, watermark, OCR, and fill forms - delivered as online (browser) and des...

Sejda SDK

Open-source (AGPLv3) Java library for PDF manipulation - merge, split, rotate, encrypt, watermark, and more - built on SAMBox (a maintained PDFBox fork). This is an embeddable c...

Sejda Console

Command-line shell over the Sejda SDK for running PDF tasks (merge, split, etc.) from a terminal or scripts. Requires a Java runtime. A commercial sejda-console-pro build exists...

Sejda HTML to PDF API

The HTML to PDF API from Sejda — 1 operation(s) for html to pdf.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Sejda HTML to PDF API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Sejda Plans Pricing

9 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Sejda Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Sejda Finops

FINOPS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sejda Authentication

apiKey · 1 scheme

SECURITY

Sejda Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Sejda Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Sejda Agentic Access

1 operation · 1 acting

1 operations · 1 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sejda
url: https://raw.githubusercontent.com/api-evangelist/sejda/refs/heads/main/apis.yml
name: Sejda
kind: company
description: Sejda provides online and desktop tools for editing and manipulating PDF documents - merge, split, compress,
  convert, edit, watermark, OCR, and fill forms. Its only documented hosted REST API is the HTML-to-PDF conversion API at
  api.sejda.com; the broader merge/split/OCR task set is delivered through the web and desktop apps and through the open-source
  Sejda SDK and sejda-console (Java, AGPLv3), not a hosted task API.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sejda.png
tags:
- PDF
- Document Conversion
- HTML to PDF
- PDF Editing
- OCR
created: '2026-06-25'
modified: '2026-06-25'
specificationVersion: '0.19'
apis:
- aid: sejda:sejda-pdf-tools
  name: Sejda PDF Tools (Web and Desktop)
  tags:
  - PDF Editing
  - Merge
  - Split
  - Compress
  - Watermark
  - OCR
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://www.sejda.com/
  properties:
  - url: https://www.sejda.com/
    type: Documentation
  - url: https://www.sejda.com/help
    type: Documentation
  description: Sejda's full PDF task catalog - merge, split, compress, convert (Office/HTML to PDF, PDF to images), edit,
    watermark, OCR, and fill forms - delivered as online (browser) and desktop applications. These tasks are NOT exposed as
    a hosted REST API; only HTML-to-PDF has a documented API.
- aid: sejda:sejda-sdk
  name: Sejda SDK
  tags:
  - SDK
  - Java
  - Open Source
  - PDF Manipulation
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://sejda.org/
  properties:
  - url: https://sejda.org/
    type: Documentation
  - url: https://github.com/torakiki/sejda
    type: SourceCode
  - url: https://github.com/torakiki/sejda/wiki
    type: Documentation
  description: Open-source (AGPLv3) Java library for PDF manipulation - merge, split, rotate, encrypt, watermark, and more
    - built on SAMBox (a maintained PDFBox fork). This is an embeddable code library, not a hosted network API; a commercial
    Pro license is available for non-AGPL use.
- aid: sejda:sejda-console
  name: Sejda Console
  tags:
  - CLI
  - Java
  - Open Source
  - PDF Manipulation
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://sejda.org/download
  properties:
  - url: https://sejda.org/download
    type: Documentation
  - url: https://github.com/torakiki/sejda/wiki
    type: Documentation
  - url: https://github.com/torakiki/sejda
    type: SourceCode
  description: Command-line shell over the Sejda SDK for running PDF tasks (merge, split, etc.) from a terminal or scripts.
    Requires a Java runtime. A commercial sejda-console-pro build exists. This is a local CLI tool, not a hosted API.
- aid: sejda:sejda-html-to-pdf-api
  name: Sejda HTML to PDF API
  description: The HTML to PDF API from Sejda — 1 operation(s) for html to pdf.
  humanURL: https://www.sejda.com/developers
  baseURL: https://api.sejda.com/v2
  tags:
  - HTML to PDF
  properties:
  - type: OpenAPI
    url: openapi/sejda-html-to-pdf-api-openapi.yml
  - type: Documentation
    url: https://www.sejda.com/developers
  - type: Documentation
    url: https://www.sejda.com/html-pdf-api
  - type: PostmanCollection
    url: collections/sejda.postman_collection.json
  - type: OpenCollection
    url: collections/sejda.opencollection.json
common:
- type: AgenticAccess
  url: agentic-access/sejda-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/sejda-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/sejda-domain-security.yml
- type: Authentication
  url: authentication/sejda-authentication.yml
- type: GitHubOrganization
  url: https://github.com/sejda-pdf
- type: LinkedIn
  url: https://www.linkedin.com/company/sejda
- type: Website
  url: https://www.sejda.com
- type: Documentation
  url: https://www.sejda.com/developers
- type: Plans
  url: plans/sejda-plans-pricing.yml
- type: RateLimits
  url: rate-limits/sejda-rate-limits.yml
- type: FinOps
  url: finops/sejda-finops.yml
- type: Blog
  url: https://www.sejda.com/blog/rss
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com