BiGapiguides
GET /guides/ → 200 · one guide per operation

Developer guides

Code-first: every operation with curl, MCP setup, parameters, pricing and the errors your agent should handle. No signup, no subscription – bigapi.dev.

POST /v1/render

HTML / Markdown / URL → PDF or PNG

Your agent wrote the report. This endpoint turns it into a real PDF: Chromium-rendered, with fonts, CSS, page …

POST /v1/screenshot

Website screenshot

Full-page or viewport capture of any public URL with device presets. The simple front door agents search for: …

POST /v1/office/pdf

Office → PDF

Server-side LibreOffice, no Microsoft licence, no client install. DOCX, DOC, XLSX, XLS, PPTX, PPT, ODT, ODS, O…

1¢/p
POST /v1/ocr

OCR – searchable PDF or text

Tesseract with German + English models. Output: searchable PDF (text layer under the scan), plain text, or JSO…

1¢/p
POST /v1/pdf/pdfa

Convert to PDF/A

Converts any PDF to PDF/A-2b: fonts embedded, colours normalised, ready for long-term storage and compliance w…

POST /v1/pdf/merge

Merge PDFs

Two or more files in, one PDF out, order preserved. Deterministic qpdf under the hood – no re-rendering, no qu…

POST /v1/pdf/split

Split / extract pages

Page ranges like 1-3,7,9-z (z = last page) into a new PDF. Structural extraction, no quality loss.…

POST /v1/pdf/rotate

Rotate pages

All or selected pages by 90, 180 or 270 degrees. Fixes sideways scans before OCR or reading.…

POST /v1/pdf/compress

Compress PDF

Ghostscript downsampling with four presets: screen, ebook (default), printer, prepress. If compression would g…

POST /v1/pdf/pages

PDF → images

Rasterize pages to JPEG (default) or PNG, 36–600 dpi. One page → one image, several pages → a ZIP. Built for v…

POST /v1/image

Resize · crop · convert · watermark

One call, several steps in order: resize, crop, rotate, convert (JPEG/PNG/WebP/AVIF/TIFF), quality, text or im…

POST /v1/image/info

Image info

Dimensions, format, colour space, EXIF/ICC presence as JSON. The cheap look-before-you-leap call for agent pip…