{"name":"compress-pdf","description":"Shrink a PDF's file size without manually tuning compression settings. Send a pdf_url and an optional profile: web (default), print, archive, mrc for scanned documents, or max. It runs CloudConvert's optimize task and returns a pdf_url along with original_size_bytes, compressed_size_bytes, and saved_percent. Use it as a PDF compressor, PDF size reducer, or PDF optimization API before emailing or uploading large documents.","price":"$0.005","method":"POST","input_schema":{"properties":{"pdf_url":{"type":"string","format":"uri","description":"URL of the PDF to compress. Must be http(s)."},"profile":{"type":"string","enum":["web","print","archive","mrc","max"],"description":"Optional. Compression profile: 'web' (default), 'print', 'archive', 'mrc', or 'max'."}},"required":["pdf_url"]},"input_example":{"pdf_url":"https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf","profile":"web"},"output_example":{"pdf_url":"https://...pdf","original_size_bytes":13264,"compressed_size_bytes":10568,"saved_percent":20.3},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}