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

Add Watermark

Apply a text or image watermark to a single image.

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

利用メモ

  • Provide watermarkImage for image watermark or text for text watermark.
  • Returns a PNG image response.

API例

curl -X POST "https://api.apiany.ai/api/free/watermark" \
  -H "Authorization: Bearer $API_KEY" \
  -F "image=@input.png" \
  -F "text=APIAny" \
  -F "position=bottom-right" \
  --output watermarked.png

Playground

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

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