Powered by x402 Protocol - Pay Per Use with Crypto

Media ProcessingZero Accounts. Zero Traces.

Convert images to WebP and videos to WebM with optional resizing and watermarking. No sign-ups, no accounts. Just connect your wallet and pay per request via x402.

Trusted By

Daisy's SecretsDaisy's Secrets

x402 Protocol

No accounts. No sign-ups. No bullshit. The x402 protocol enables true pay-per-request billing directly from your crypto wallet. Every API call is a microtransaction - fully anonymous, instant, and permissionless.

$0.001

Per image conversion

$0.01

Per video conversion

$0.0001

Per watermark applied

SDKs for Every Stack

Official SDKs to get you started in minutes, not hours

JavaScript/TS

npm install @cloak/sdk

Python

pip install cloakprocessing

Java

Maven Central

Kotlin

Gradle/Maven

Anonymous Processing

No user authentication required. Upload your media and get results without leaving a trace.

Async by Design

Submit jobs and check status later. Perfect for batch processing and background workflows.

Image Conversion

Convert any image format to WebP with smart compression and optional resizing.

Video Processing

Transform videos to WebM format with configurable quality and compression settings.

Watermarking

Add custom watermarks to your media with flexible positioning and opacity controls.

Simple API

Clean, RESTful endpoints. Upload, process, and retrieve results with minimal code.

Simple to Integrate

Get started with just a few lines of code

// Using the CloakProcessing SDK with x402
import { CloakClient } from '@cloak/sdk';

const cloak = new CloakClient({ 
  wallet: 'your-crypto-wallet' // x402 auto-pays per request
});

// Upload and process an image
const result = await cloak.convert.image({
  file: imageFile,
  width: 800,
  height: 600,
  watermark: { text: 'My Brand', position: 'bottom-right' }
});

console.log(result.url); // Your processed image

Ready to Start Processing?

No accounts needed. Connect your wallet and start processing immediately.