ToolsGit Backend API
Professional PDF compression and document processing services
Overview
The ToolsGit Backend API provides professional PDF compression and document processing services. This is a RESTful API using standard HTTP methods and status codes, designed for seamless integration into your applications.
Authentication
The API uses tokens for authentication. All requests require a valid bearer token in the Authorization header.
API tokens can be created and managed from your account dashboard. Each token can have specific permissions and expiration times for enhanced security.
Rate Limiting
The API implements rate limiting to ensure fair usage. When limits are exceeded, the API returns a 429 Too Many Requests response. Repeated violations may result in temporary IP blocking.
Parameters
All requests must have application/json content type. POST, PUT, and PATCH methods may
include a JSON object in the request body. File uploads use multipart/form-data content type.
Health Check
Check API health and status. Returns basic health information about the API.
Test API Endpoint
Compress PDF
Compress a PDF file with advanced optimization. Accepts file upload or URL.
📊 Compression Levels
🖼️ image-preserve
Maximum image quality preservation, no image downsampling
📄 low
Minimal compression, preserves all images and quality
⚖️ medium
Balanced compression with good image preservation
🔥 high
Maximum compression while preserving images
Test API Endpoint
Convert Word to PDF
Convert Word documents (DOC, DOCX) to PDF format with high quality output.
Test API Endpoint
Convert Word to PDF from URL
Convert Word documents to PDF from a URL. Supports DOC and DOCX files.
Test API Endpoint
Download Converted Document
Download a converted PDF document using the download URL from the conversion response.
Test API Endpoint
Document Conversion Statistics
Get statistics about document conversions and supported formats.
Test API Endpoint
Support
Need help integrating our API? Contact our support team for assistance.