{
"input": "https://example.com/photo.jpg",
"text": "© 2026",
"position": "bottom-right",
"opacity": 0.5
}
curl -X POST https://api.ringbee.dev/v1/image/watermark-text \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "text=© 2026" \
-F "position=bottom-right" \
-F "opacity=0.5"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}Image
Text Watermark
Add text watermark to an image
POST
/
v1
/
image
/
watermark-text
{
"input": "https://example.com/photo.jpg",
"text": "© 2026",
"position": "bottom-right",
"opacity": 0.5
}
curl -X POST https://api.ringbee.dev/v1/image/watermark-text \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "text=© 2026" \
-F "position=bottom-right" \
-F "opacity=0.5"
{
"id": "job_abc123",
"status": "pending"
}{
"error": "<string>"
}{
"error": "<string>"
}{
"input": "https://example.com/photo.jpg",
"text": "© 2026",
"position": "bottom-right",
"opacity": 0.5
}
curl -X POST https://api.ringbee.dev/v1/image/watermark-text \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@photo.jpg" \
-F "text=© 2026" \
-F "position=bottom-right" \
-F "opacity=0.5"
| Param | Type | Description |
|---|---|---|
| text | string | Watermark text content |
| position | string | Placement position (e.g., bottom-right, center, top-left) |
| opacity | number | Watermark opacity (0.0-1.0) |
Authorizations
Body
application/jsonmultipart/form-data