Real-Time Detection

AI-Powered Wildfire Smoke Detection

Detect wildfire smoke from camera feeds in real-time with AI. One API call, instant results.

Get Free API Key → API Documentation
<100ms
Inference Latency (GPU)
24/7
Day & Night Detection
10
Free API Calls
Why Indicus AI?

Purpose-built for wildfire detection at scale.

🔬

High Accuracy

Trained on thousands of real wildfire images. Low false positives with confidence scoring on every detection.

🌙

Day & Night Models

Automatically switches between day and night optimized models for accurate detection in all lighting conditions.

Real-Time at Scale

Batched GPU inference processes 40–80 images/sec on a single NVIDIA T4. Async downloads keep throughput high.

How It Works

From camera image to smoke detection in one API call.

1

Upload Image

File upload, URL, or batch of URLs

2

Preprocess

Resize 1280×736, normalize, BGR→RGB

3

AI Inference

Smoke detection model analyzes the image

4

Results

Bounding boxes, classification

Quick Start

Sign up for a free API key, then start detecting smoke with a single API call.

Detect Smoke

curl -X POST https://indicus.ai/predict \
  -H "X-API-Key: sk-wildfire-a1b2c3..." \
  -F "file=@Aliso_Laguna_1_a1782-e-mobo-c.jpg"

# Response:
# {"detections":[{"xmin":120.5,"ymin":80.3,"xmax":340.2,"ymax":250.1,
#   "confidence":0.72,"name":"Smoke"}], "inference_ms":85.4, "model":"day"}

More Examples

# From URL
curl -X POST "https://indicus.ai/predict/url?url=https://example.com/camera.jpg" \
  -H "X-API-Key: sk-wildfire-a1b2c3..."

# Batch (multiple URLs)
curl -X POST https://indicus.ai/predict/batch \
  -H "X-API-Key: sk-wildfire-a1b2c3..." \
  -H "Content-Type: application/json" \
  -d '["https://url1/img.jpg","https://url2/img.jpg"]'

# Check remaining calls
curl https://indicus.ai/usage -H "X-API-Key: sk-wildfire-a1b2c3..."

Or use the HTML signup form — no curl needed.

API Endpoints

RESTful JSON API. Interactive docs at /docs.

EndpointMethodAuthDescription
/predictPOSTX-API-KeySingle image inference via file upload
/predict/urlPOSTX-API-KeyInference from image URL
/predict/batchPOSTX-API-KeyBatch inference on multiple URLs (up to 16)
Pricing

Start free, scale as you grow. No credit card required.

Starter

$350
per camera / month
  • Up to 25 cameras
  • 4 images/min per camera
  • GPU inference (~80ms)
  • Email support
Contact Us

Pro

$300
per camera / month
  • Up to 100 cameras
  • 4 images/min per camera
  • GPU inference (~80ms)
  • Priority support
Contact Us

Enterprise

Custom
per camera / month
  • 100+ cameras
  • Dedicated GPU instances
  • Custom scan frequency
  • SLA & on-prem
Contact Us