Python FastAPI & Next.js Endpoints
Unified REST API Documentation & Playground
Interactive request tester and production code generator for all AllToolss microservices.
Available Microservices (9)
POST/api/pdf/merge
Document ToolsCombines uploaded PDF files into one document while preserving page quality.
Generated Code Snippet
curl -X POST "http://127.0.0.1:8000/api/pdf/merge" \
-H "Content-Type: application/json" \
-d '{}'