{"author":"Comunify Services","endpoints":{"/api/detect":{"description":"Detect objects in an uploaded image or from image URL","example_curl":"curl -X POST -H \"X-API-Key: your-api-key\" -F \"image=@sample.jpg\" http://localhost:5000/api/detect","headers":{"X-API-Key":"Your API key (required if security enabled)"},"method":"POST","parameters":{"confidence":"Confidence threshold 0-1 (optional, default 0.3)","image":"Image file upload (optional if image_url provided)","image_url":"URL of image to process (optional if image provided)"}},"/api/health":{"description":"Health check endpoint (no API key required)","method":"GET"},"/api/identify":{"description":"Identify objects from image URL (POST only)","example_post_form":"curl -X POST -H \"X-API-Key: your-api-key\" -d \"image_url=https://example.com/image.jpg\" http://localhost:5000/api/identify","example_post_json":"curl -X POST -H \"X-API-Key: your-api-key\" -H \"Content-Type: application/json\" -d '{\"image_url\":\"https://example.com/image.jpg\"}' http://localhost:5000/api/identify","headers":{"X-API-Key":"Your API key (required if security enabled)"},"method":"POST","parameters":{"confidence":"Confidence threshold 0-1 (optional, default 0.3)","image_url":"URL of image to process (required)"}}},"name":"Comunify Image recognition library - Classification & Object detection","security":{"api_key_required":false,"note":"Include API key in X-API-Key header if enabled"},"version":"2.0"}
