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": 1.5 }
curl -X POST https://api.ringbee.dev/v1/image/sharpen \ -H "X-API-Key: YOUR_API_KEY" \ -F "file=@photo.jpg" \ -F "sigma=1.5"
{ "id": "job_abc123", "status": "pending" }
{ "error": "<string>"}
Sharpen an image
Input file URL
Sharpen intensity
URL to receive job completion notification
Job accepted
"job_abc123"
pending
processing
completed
failed
cancelled
"pending"