PDF.co · Capability

PDF.co Barcodes API

PDF.co Barcodes API. Generate barcodes and read them from URL inputs.

PDF.co Barcodes API is a Naftiko capability published by PDF.co, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include PDF.co and Barcodes.

Run with Naftiko PDF.coBarcodes

Capability Spec

barcodes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PDF.co Barcodes API
  description: PDF.co Barcodes API. Generate barcodes and read them from URL inputs.
  tags:
  - PDF.co
  - Barcodes
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    PDFCO_API_KEY: PDFCO_API_KEY
capability:
  consumes:
  - type: http
    namespace: barcodes
    baseUri: https://api.pdf.co
    resources:
    - name: barcode-generate
      path: /v1/barcode/generate
      operations:
      - {name: generateBarcode, method: POST, description: Generate a barcode image, outputRawFormat: json, inputParameters: [{name: body, in: body, type: object, required: true}]}
    - name: barcode-read
      path: /v1/barcode/read/from/url
      operations:
      - {name: readBarcode, method: POST, description: Read a barcode from a URL-hosted image or PDF, outputRawFormat: json, inputParameters: [{name: body, in: body, type: object, required: true}]}
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.PDFCO_API_KEY}}'
      placement: header