/  Video 변환기 api

  • Prepaid packages
    1000
    $10
    1.00
  • Prepaid packages
    5000
    $39
    0.78
  • Prepaid packages
    10000
    $69
    0.69

<?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;
}

API 사용의 이점

우리의 온라인 파일 변환기는 최첨단 "비디오 변환기 API"를 특징으로 합니다. 우리 변환기를 차별화하고 모든 비디오 변환 요구에 있어 최고의 선택으로 만드는 무수한 장점을 경험하세요.
파일 크기 무제한
사용자는 어떤 크기의 파일도 제한 없이 변환할 수 있어 다양한 데이터로 작업할 때 편리하고 유연하게 사용할 수 있습니다.
파일당 최대 변환 시간 무제한
변환 프로세스에 시간 제한이 없으므로 프로세스가 완료될 때까지 기다릴 필요 없이 크고 복잡한 파일도 처리할 수 있습니다.
무제한 동시 전환
사용자는 여러 파일을 동시에 변환할 수 있어 대량의 데이터로 작업할 때 효율성을 높이고 시간을 절약할 수 있습니다.
What our customers say