verifiedPublic Developer & MCP APIs Active: 209+ tools ready. Authenticate with an API Key for elevated rate limits.
Developer APIs & Model Context Protocol
ToolSphere Developer Portal
Integrate 209+ high-performance document tools, Apple iWork converters, and AI background removal into your apps, backend pipelines, and AI agent workflows.
209+
Ready Tools
100% Free
No Paywall
MCP Ready
AI Agent Enabled
50 MB
Max Upload Size
POST/api/pdf
PDF ToolsPDF Manipulation & Conversion API
Merge, split, compress, rotate, protect, watermark, reorder, and convert PDF files. Returns the processed PDF binary directly with Content-Disposition headers.
Request Parameters (multipart/form-data)
| Field | Type | Required | Description |
|---|---|---|---|
| tool | string | Required | Tool action slug (e.g. merge-pdf, compress-pdf, split-pdf, rotate-pdf, protect-pdf, unlock-pdf, add-page-numbers, word-to-pdf, etc.) |
| file | file | file[] | Required | Input document binary. For merge-pdf, supply 2+ files using multiple 'file' or 'files' fields. |
| quality | integer (1-100) | Optional | Compression quality percentage for compress-pdf.(default: 80) |
| degrees | integer (90, 180, 270) | Optional | Rotation degrees for rotate-pdf.(default: 90) |
| pages | string | Optional | Comma-separated page numbers for delete-pages or extract-pages (e.g. '1,3,5'). |
| order | string | Optional | Comma-separated new page sequence for reorder-pages (e.g. '3,1,2'). |
| watermark | string | Optional | Overlay text watermark for watermark-pdf.(default: CONFIDENTIAL) |
| password | string | Optional | Password for protect-pdf or unlock-pdf. |
Supported Tool Actions (28 tools)
merge-pdfsplit-pdfcompress-pdfrotate-pdfdelete-pagesextract-pagesreorder-pageswatermark-pdfunlock-pdfprotect-pdfadd-page-numberspdf-to-imagepdf-to-jpgpdf-to-pngimage-to-pdfjpg-to-pdfpng-to-pdfword-to-pdfexcel-to-pdfpowerpoint-to-pdfppt-to-pdfhtml-to-pdfmarkdown-to-pdfodt-to-pdfpdf-to-wordpdf-to-excelpdf-to-powerpointocr-pdf
output
Response: Binary file attachment (application/pdf, application/zip, or image/png) with Content-Disposition headers.
POST/api/image
Image ToolsImage Processing & AI Background Removal API
Compress, resize, crop, rotate, flip, blur, sharpen, watermark, and remove backgrounds with AI.
Request Parameters (multipart/form-data)
| Field | Type | Required | Description |
|---|---|---|---|
| tool | string | Required | Tool action slug (e.g. remove-background, compress-image, resize-image, crop-image, rotate-image, flip-image, blur-image, sharpen-image, watermark-image, jpg-converter, png-converter, webp-converter, heic-to-jpg, etc.) |
| file | file | Required | Source image binary (JPG, PNG, WEBP, GIF, SVG, AVIF, TIFF, HEIC, BMP). |
| quality | integer (1-100) | Optional | Compression quality for compress-image and image format conversions.(default: 80) |
| width | integer | Optional | Target width in pixels for resize-image. |
| height | integer | Optional | Target height in pixels for resize-image. |
| fit | string | Optional | Resize fit mode: cover | contain | fill | inside | outside.(default: contain) |
| left, top, width, height | integers | Optional | Pixel coordinates and dimensions for crop-image. |
| angle | integer | Optional | Rotation angle for rotate-image.(default: 90) |
| direction | string | Optional | Flip direction: horizontal | vertical.(default: horizontal) |
| sigma | number | Optional | Intensity factor for blur-image or sharpen-image. |
| watermark | string | Optional | Watermark overlay text.(default: CONFIDENTIAL) |
Supported Tool Actions (27 tools)
remove-backgroundcompress-imageresize-imagecrop-imagerotate-imageflip-imageblur-imagesharpen-imagewatermark-imagejpg-converterpng-converterwebp-convertergif-convertersvg-converteravif-convertertiff-converterpng-to-jpgjpg-to-pngwebp-to-pngwebp-to-jpgheic-to-jpgheic-to-pngheic-converterbmp-to-jpgtiff-to-jpggif-to-pngsvg-to-png
output
Response: Binary image attachment (image/png, image/jpeg, image/webp, etc.) with Content-Disposition headers.
POST/api/converter
Converter ToolsUniversal Document & Apple iWork Converter API
Transcode Apple Pages (.pages) to PDF or Word (.docx), Apple Numbers (.numbers) to Excel (.xlsx), and convert across document and image formats.
Request Parameters (multipart/form-data)
| Field | Type | Required | Description |
|---|---|---|---|
| tool | string | Required | Tool action slug (e.g. pages-to-pdf, pages-to-doc, numbers-to-excel, word-to-pdf, excel-to-pdf, powerpoint-to-pdf, html-to-pdf, heic-to-jpg, heic-to-png, etc.) |
| file | file | Required | Source document or image file to convert. |
| format | string | Optional | Target format for generic image-converter.(default: webp) |
| quality | integer (1-100) | Optional | Quality rating for output image files.(default: 85) |
Supported Tool Actions (37 tools)
pages-to-pdfpages-to-docnumbers-to-excelpdf-converterdocx-converterxlsx-converterpptx-converterword-to-pdfexcel-to-pdfpowerpoint-to-pdfhtml-to-pdftxt-convertercsv-converterepub-converterhtml-converterimage-converterheic-to-jpgheic-to-pngheic-converterjpg-to-pdfpng-to-pdfimage-to-pdfpdf-to-jpgpdf-to-pngpng-to-jpgjpg-to-pngwebp-to-jpgwebp-to-pngbmp-to-jpgtiff-to-jpggif-to-pngsvg-to-pngsvg-converterwebp-convertergif-convertertiff-converteravif-converter
output
Response: Binary converted document or image attachment with Content-Disposition headers.
GET/api/health
System & DiscoveryService Health & Tool Directory API
Returns real-time service health, version, total active tool counts, and discovery URLs.
output
Response: JSON object with service status, tool counts, active endpoints, and discovery links.