Home  /  File Conversion API

File Conversion API

One simple API to convert files from your application: 200+ formats, great documentation, support team

Your personal API Key
Register for free to get an API Key

Pricing

Prepaid packages
1000
conversion minutes
$10
1.00 cents per minute
Employees of these companies use our service
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo
Logo

SDKs

For API v2, there are official PHP and Typescript available.

<?php
require_once(__DIR__ . '/vendor/autoload.php');


$apiKey = 'myApiKey';

$client = new Webpractik\OcfConverter\Sdk\OcfClient($apiKey);

$filePath = '/path/to/file/to/convert.png';
$extensionToConvertTo = 'pdf';

try {
    $task = $client->uploadFile($filePath, $extensionToConvertTo);

    $result = $task->waitForConversion();

    if ($result->isSuccess()) {
        $resultUrl = $result->getResultingFileUrl();

        $resultFileName = basename($resultUrl);

        if (file_put_contents($resultFileName, file_get_contents($resultUrl))) {
            $result->deleteFile();
        }
    }
} catch (Exception $e) {
    echo 'Exception: ', $e->getMessage(), PHP_EOL;
}

Benefits of using our API

Experience seamless file conversion with our online converter! Convert a wide range of file formats quickly and easily. Enjoy the advantages of speed, reliability, and compatibility.
Unlimited file size
Users can convert files of any size without restrictions, providing convenience and flexibility when working with a variety of data.
Unlimited maximum conversion time per file
The absence of time restrictions on the conversion process allows you to process even large and complex files without having to wait for the process to complete.
Unlimited simultaneous conversions
Users have the ability to simultaneously convert multiple files, which increases efficiency and saves time when working with large amounts of data.
User friendly
Our intuitive interface makes the conversion process simple. Upload your file, choose the desired output format, and click 'Convert.' It's that simple!
Lightning-Fast
We understand the importance of your time. Our advanced algorithms ensure swift conversions, so you can get your work done quickly and efficiently.
Reliability
The File Conversion API is both reliable and secure, ensuring a safe user experience. With robust measures in place, users can trust its stability and data protection, making it a dependable choice for file conversion needs.
What our customers say