Carbone website screenshot

Carbone

Carbone is a document generation engine that uses Word, Excel, PowerPoint and ODF templates with JSON data to produce PDFs or office documents. The Carbone HTTP API offers a template-then-render workflow with both cloud (api.carbone.io) and on-prem deployments. The Carbone JS rendering engine is open-source and embeddable.

Carbone publishes 3 APIs on the APIs.io network: Render API, Status API, and Template API. Tagged areas include Document Generation, PDF, Templates, Open-Source, and Office.

Carbone’s developer surface includes authentication, documentation, pricing, GitHub presence, engineering blog, and 9 more developer resources.

33.3/100 thin ▬ flat Agent 22/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serveFree trial⚡ Free to try
1 APIs
Document GenerationPDFTemplatesOpen-SourceOfficeDOCXXLSX

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/carbone: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

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

Carbone Cloud HTTP API

Cloud-hosted Carbone API. Two flows — upload-once via POST /template then render with a template ID; or single-request inline-base64 render. Bearer-token auth (Authorization hea...

Carbone On-Premises

Self-hosted Carbone deployment exposing the same HTTP API. Auth disabled by default; enable via configuration. 30-day free trial of paid features.

Carbone Render Engine (Open Source)

Open-source Node.js library that powers the rendering engine. Embed directly in your application; render templates with JSON data without hitting the cloud API.

Carbone Render API

The Render API from Carbone — 3 operation(s) for render.

Carbone Status API

The Status API from Carbone — 1 operation(s) for status.

Carbone Template API

The Template API from Carbone — 2 operation(s) for template.

Open Collections 5

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

API Collection

OPEN COLLECTION

Carbone Cloud HTTP API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Carbone Plans Pricing

11 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Carbone Rate Limits

4 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Carbone Authentication

http · 1 scheme

SECURITY

Carbone Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

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

Carbone Agentic Access

7 operations · 4 acting

7 operations · 4 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 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: carbone
url: https://raw.githubusercontent.com/api-evangelist/carbone/refs/heads/main/apis.yml
name: Carbone
kind: company
description: Carbone is a document generation engine that uses Word, Excel, PowerPoint and ODF templates with JSON data to
  produce PDFs or office documents. The Carbone HTTP API offers a template-then-render workflow with both cloud (api.carbone.io)
  and on-prem deployments. The Carbone JS rendering engine is open-source and embeddable.
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: true
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Freemium (free trial) · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/carbone.png
tags:
- Document Generation
- PDF
- Templates
- Open-Source
- Office
- DOCX
- XLSX
tags_raw:
- Document Generation
- PDF
- Templates
- Open Source
- Office
- DOCX
- XLSX
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.23'
apis:
- aid: carbone:cloud
  name: Carbone Cloud HTTP API
  description: Cloud-hosted Carbone API. Two flows — upload-once via POST /template then render with a template ID; or single-request
    inline-base64 render. Bearer-token auth (Authorization header). Sync and async via webhooks. Hosted on European providers
    (OVHCloud, Scaleway, BunnyCDN).
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://carbone.io/api-reference.html
  baseURL: https://api.carbone.io
  tags:
  - REST
  - Templates
  - Render
  - Async
  - Webhook
  tags_raw:
  - REST
  - Templates
  - Render
  - Async
  - Webhooks
  properties:
  - type: Documentation
    url: https://carbone.io/api-reference.html
  - type: Authentication
    url: https://carbone.io/api-reference.html#authentication
  - type: SDKs
    url: https://github.com/carboneio/carbone-sdk-js
- aid: carbone:on-prem
  name: Carbone On-Premises
  description: Self-hosted Carbone deployment exposing the same HTTP API. Auth disabled by default; enable via configuration.
    30-day free trial of paid features.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://carbone.io/documentation.html
  baseURL: http://<your-host>:4000
  tags:
  - REST
  - Self-Hosted
  - On-Prem
  properties:
  - type: Documentation
    url: https://carbone.io/documentation.html
- aid: carbone:js
  name: Carbone Render Engine (Open Source)
  description: Open-source Node.js library that powers the rendering engine. Embed directly in your application; render templates
    with JSON data without hitting the cloud API.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/carboneio/carbone
  baseURL: npm:carbone
  tags:
  - SDK
  - Open-Source
  - Node.js
  tags_raw:
  - SDK
  - Open Source
  - Node.js
  properties:
  - type: SourceCode
    url: https://github.com/carboneio/carbone
  - type: Documentation
    url: https://carbone.io/documentation.html
- aid: carbone:carbone-render-api
  name: Carbone Render API
  description: The Render API from Carbone — 3 operation(s) for render.
  humanURL: https://carbone.io/api-reference.html
  baseURL: https://api.carbone.io
  tags:
  - Render
  properties:
  - type: OpenAPI
    url: openapi/carbone-render-api-openapi.yml
- aid: carbone:carbone-status-api
  name: Carbone Status API
  description: The Status API from Carbone — 1 operation(s) for status.
  humanURL: https://carbone.io/api-reference.html
  baseURL: https://api.carbone.io
  tags:
  - Status
  properties:
  - type: OpenAPI
    url: openapi/carbone-status-api-openapi.yml
- aid: carbone:carbone-template-api
  name: Carbone Template API
  description: The Template API from Carbone — 2 operation(s) for template.
  humanURL: https://carbone.io/api-reference.html
  baseURL: https://api.carbone.io
  tags:
  - Template
  properties:
  - type: OpenAPI
    url: openapi/carbone-template-api-openapi.yml
common:
- type: IssueTracker
  url: https://github.com/carboneio/carbone/issues
- type: SecurityPolicy
  url: https://github.com/carboneio/carbone/blob/master/SECURITY.md
- type: AgenticAccess
  url: agentic-access/carbone-agentic-access.yml
- type: DomainSecurity
  url: security/carbone-domain-security.yml
- type: Authentication
  url: authentication/carbone-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/carboneio
- type: Website
  url: https://carbone.io/
- type: Documentation
  url: https://carbone.io/documentation.html
- type: Pricing
  url: https://carbone.io/pricing.html
- type: GitHub
  url: https://github.com/carboneio
- type: Plans
  url: plans/carbone-plans-pricing.yml
- type: RateLimits
  url: rate-limits/carbone-rate-limits.yml
- type: FinOps
  url: finops/carbone-finops.yml
- url: https://carbone.io/blog/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/carbone"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/carbone/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/carbone/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.