Skip to content

paperreview.ai

Mode: 🌐 Public · Domain: paperreview.ai

Commands

CommandDescription
opencli paperreview submitSubmit a PDF to paperreview.ai for review
opencli paperreview reviewFetch a review by token
opencli paperreview feedbackSend feedback on a completed review

Usage Examples

bash
# Validate a local PDF without uploading it
opencli paperreview submit ./paper.pdf --email [email protected] --venue RAL --dry-run true

# Request an upload slot but stop before the actual upload
opencli paperreview submit ./paper.pdf --email [email protected] --venue RAL --prepare-only true

# Submit a paper for review
opencli paperreview submit ./paper.pdf --email [email protected] --venue RAL -f json

# Check the review status or fetch the final review
opencli paperreview review tok_123 -f json

# Submit feedback on the review quality
opencli paperreview feedback tok_123 --helpfulness 4 --critical-error no --actionable-suggestions yes

Prerequisites

  • No browser required — uses public paperreview.ai endpoints
  • The input file must be a local .pdf
  • paperreview.ai currently rejects files larger than 10MB
  • submit requires --email; --venue is optional

Notes

  • submit returns both the review token and the review URL when submission succeeds
  • review returns processing until the paperreview.ai result is ready
  • feedback expects yes / no values for --critical-error and --actionable-suggestions

Released under the Apache-2.0 License.