AllToolss
Live Indices
SENSEX76,878.98-0.50%
NIFTY24,068.85-0.44%
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 Tools

Combines 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 '{}'