Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "input": "https://example.com/photo.jpg", "sigma": 5.0 }
curl -X POST https://api.ringbee.dev/v1/image/blur \ -H "X-API-Key: YOUR_API_KEY" \ -F "file=@photo.jpg" \ -F "sigma=5.0"
{ "id": "job_abc123", "status": "pending" }
{ "error": "<string>" }
Apply blur effect to an image
Input file URL
Blur intensity (higher values produce more blur)
URL to receive job completion notification
Job accepted
"job_abc123"
pending
processing
completed
failed
cancelled
"pending"