Pdfblocks
Connector for the pdfblocks API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.pdfblocks.com - Auth:
header:X-Api-Key(pass your key via theapiKeyinput)
Operations
addpasswordv1— POST /v1/add_password — Add a password to a PDFaddrestrictionsv1— POST /v1/add_restrictions — Add restrictions to a PDFaddimagewatermarkv1— POST /v1/add_watermark/image — Add an image watermark to a PDFaddtextwatermarkv1— POST /v1/add_watermark/text — Add a text watermark to a PDFextractpagesv1— POST /v1/extract_pages — Extract pages from a PDFmergedocumentsv1— POST /v1/merge_documents — Merge PDF documents
Inputs
apiKey— your pdfblocks API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: addpasswordv1
apiKey: <your key>