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.
Compress Pdf
ilovepdf:compress_pdf
Compress a PDF file to reduce its size. This is a complete workflow that creates task, uploads file, processes, and returns download info.
Write
Medium risk
Create Task
ilovepdf:create_task
Create a new PDF processing task. This is the first step in any PDF operation.
Write
Medium risk
Delete Task
ilovepdf:delete_task
Delete a task and all associated files. This action cannot be undone.
Write
High risk
Download File
ilovepdf:download_file
Get download URL for processed files. Returns the URL where the processed file can be downloaded.
Write
Medium risk
Jpg To Pdf
ilovepdf:jpg_to_pdf
Convert JPG/PNG images to a single PDF file. This is a complete workflow that creates task, uploads files, processes, and returns download info.
Write
Medium risk
Merge Pdfs
ilovepdf:merge_pdfs
Merge multiple PDF files into a single PDF. This is a complete workflow that creates task, uploads files, processes, and returns download info.
Write
Medium risk
Pdf To Jpg
ilovepdf:pdf_to_jpg
Convert PDF pages to JPG images. This is a complete workflow that creates task, uploads file, processes, and returns download info.
Write
Medium risk
Process Task
ilovepdf:process_task
Process a task after files have been uploaded. Parameters vary by tool type.
Write
Medium risk
Protect Pdf
ilovepdf:protect_pdf
Add password protection to a PDF file. This is a complete workflow that creates task, uploads file, processes, and returns download info.
Write
Medium risk
Split Pdf
ilovepdf:split_pdf
Split a PDF file into multiple files. This is a complete workflow that creates task, uploads file, processes, and returns download info.
Write
Medium risk
Unlock Pdf
ilovepdf:unlock_pdf
Remove password protection from a PDF file. This is a complete workflow that creates task, uploads file, processes, and returns download info.
Write
Medium risk
Upload File
ilovepdf:upload_file
Upload a file to an existing task by URL. The file must be publicly accessible.
Write
Medium risk