新規ユーザーは無料クレジットを獲得、クレジットカード不要 はじめる
無料API
APIキー保護、無料で利用可能

Batch Watermark Images

Apply the same text or image watermark to up to 20 images.

エンドポイント
POST /api/free/batch-watermark
無料枠: 5 RPM。有料ユーザー: 500 RPM。制限はすべての無料APIエンドポイントで共有されます。

利用メモ

  • Upload repeated files fields named files.
  • Returns JSON with base64 PNG images.

API例

curl -X POST "https://apiany.ai/api/free/batch-watermark" \
  -H "Authorization: Bearer $API_KEY" \
  -F "files=@a.png" \
  -F "files=@b.jpg" \
  -F "text=APIAny"

Playground

リクエストはブラウザからこのサイトへ、あなたのAPIキーを使って送信されます。

Source images *
Watermark image
Watermark text
Position
Opacity
APIキーと必須項目を入力すると実行できます。POST /api/free/batch-watermark