Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Watermark
pdf_api_io:add_watermark
Add a text watermark to an existing PDF document.
Write
Medium risk
Convert Url To Pdf
pdf_api_io:convert_url_to_pdf
Convert a webpage URL to PDF using PDF API IO.
Write
Medium risk
Delete Pdf
pdf_api_io:delete_pdf
Permanently delete a PDF file and its generation job record.
Write
High risk
Generate Pdf
pdf_api_io:generate_pdf
Generate a PDF from HTML content using PDF API IO.
Write
Medium risk
Get Pdf
pdf_api_io:get_pdf
Get the status and details of a PDF generation job.
Read
Low risk
List Pdfs
pdf_api_io:list_pdfs
List PDF generation jobs with optional filtering and pagination.
Read
Low risk
Merge Pdfs
pdf_api_io:merge_pdfs
Merge multiple PDF files into a single PDF document.
Write
Medium risk
Protect Pdf
pdf_api_io:protect_pdf
Add password protection and permissions to a PDF document.
Write
Medium risk
Split Pdf
pdf_api_io:split_pdf
Split a PDF into multiple documents by page ranges or individual pages.
Write
Medium risk