API Reference

PDF Tools

Edit PDFs on any device — merge, split, rotate, compress, watermark, encrypt, convert, OCR, redact, sign, and more. Powered by a self-hosted Stirling-PDF backend.

← All docs
all core 48 API calls

Plugin ID: pdf-tools

API calls

Every tool PDF Tools exposes. Click a call to see its full parameter schema.

Invoking from code

Authenticate with a bearer token, then call any tool above. This example runs pdf_status for the pdf-tools app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "pdf-tools", "toolName": "pdf_status", "args": {} }'