request.http 238 B

1234567891011
  1. ### Open a remote preview
  2. POST https://demo.file-viewer.app/api/preview
  3. Content-Type: application/json
  4. {
  5. "url": "https://example.com/report.pdf",
  6. "options": {
  7. "theme": "light",
  8. "toolbar": { "position": "bottom-right" }
  9. }
  10. }