Introduction
Welcome to the AFS Doc Tools documentation. Our platform provides a suite of powerful tools for document manipulation, including PDF generation, merging, splitting, and more.
Whether you are using our web interface or integrating our API into your applications, this documentation will help you get up and running quickly.
Looking for the interactive API reference? Check out our Swagger API Documentation .
Quick Start
To start using our tools immediately, simply navigate to the Tools section and select the tool you need. No account is required for basic usage.
# Example: Using the API via cURL
curl -X POST https://api.afstools.com/v1/pdf/html-to-pdf \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"html": "Hello World
"}'
Authentication
To use the API, you need an API key. You can obtain an API key by signing up for an account and navigating to your dashboard.
Include your API key in the X-API-Key header of your requests:
X-API-Key: YOUR_API_KEY
Endpoints
Our API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
For a complete list of endpoints, parameters, and response schemas, please visit our interactive API documentation.