Introduction

Welcome to the Flimpa API. Integrate powerful file conversion and processing tools into your applications.

Overview

The Flimpa API provides programmatic access to our suite of file processing tools, including PDF manipulation, image conversion, and more. Designed for scale and reliability, the API uses an asynchronous workflow to handle files up to 20 MB efficiently.

Whether you are building a lightweight web app or a heavy-duty enterprise system, our RESTful API allows you to automate tasks like compress-pdf and image-to-webp with ease.

Key Features

  • Asynchronous Processing: Upload files, poll for status, and download results without blocking your application.
  • High Performance: Built on a scalable infrastructure capable of handling thousands of concurrent tasks.
  • Security: All files are processed securely and automatically deleted after 1 hour (Task TTL).
  • Idempotency: Safely retry requests without accidentally creating duplicate tasks using the Idempotency-Key header.

Next Steps