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