Install
openclaw skills install pdf-infoGet PDF metadata, encryption status, page count, and file size. Useful for pre-flight checks before processing.
openclaw skills install pdf-infoInspects a PDF and returns metadata including encryption status, page count, file size, and document properties (title, author, subject, creator).
Provide one of:
url — URL to a PDFbase64_pdf — base64-encoded PDFfile fieldSend your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
curl -X POST https://pdfapihub.com/api/v1/pdf/info \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample.pdf" }'