Skip to main content
TlamakatlTlamakatl

PDF Compress

Reduce PDF file size while maintaining readability

API · SAME JOB, YOUR MACHINE

# Upload file and create job
curl -X POST https://api-uat.open-tools.app/api/upload \
  -F "file=@document.pdf" \
  -F "job_type=pdf-compress"

# Response: {"job_id": "abc-123", "status": "queued"}

# Connect to WebSocket for status updates
# wss://api-uat.open-tools.app/ws/{job_id}

# Download result when completed
curl -X GET https://api-uat.open-tools.app/api/download/{file_id}