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