Documentation  ›  API Reference

Comprehensive API Documentation

Full reference for currently available public PDF processing endpoints.

Authentication

  • `/v1/pdf/*` uses header `x-api-key`.
  • Request format is JSON with base64 file content.

Errors

All errors follow standard structure:

{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "human readable message",
    "details": []
  }
}

Import and Tooling

Download the live OpenAPI files or Postman collection directly from this environment. The exported spec uses the current host so you can import it into Power Automate without editing the base URL first.

Power Automate

Use the PDF-only OpenAPI 2.0 document for a cleaner custom connector import with grouped PDF actions only.

Recommended for Power Automate custom connectors. Includes PDF actions only, grouped by category.

OpenAPI 3.0

Use the OpenAPI 3.0 export for tooling that expects the newer schema format.

Useful for SDK generators and API platforms.

Postman Collection

Import the collection with the current environment base URL already injected.

Includes the active host for this deployment.

  1. Open Power Automate and create a Custom Connector from an OpenAPI file.
  2. Upload the downloaded Power Automate OpenAPI document.
  3. Set API key authentication to the x-api-key header.
  4. Create a connection with your MiniPDF API key, then call the desired PDF operation.

Try API Online

Select endpoint below

Upload file(s), paste a real API key, and keep `` placeholder in JSON. System will auto inject real base64.

No request executed yet.

{}

Ready to start building?

Get your API key and process your first document in seconds.