img2coord

Predict where a photo was taken. Send an image, get coords ranked by confidence.

Try it


Scroll to zoom, drag to pan, double-click to reset.

    Outdoor landmarks and distinctive landscapes work best; indoor shots are close to impossible.

    Pricing

    PlanPriceImages / monthRate
    Amateur$9/mo2,0000.5/sec
    Pro$29/mo10,0001.0/sec

    Need more? Email noahdemar2021@u.northwestern.edu for a custom plan. Keys are issued by hand, usually the same day.

    Quickstart

    curl -H "X-API-Key: YOUR_KEY" \
         -F "file=@photo.jpg" \
         "https://api.noahdemar.com/predict?top_k=5"
    { "predictions": [ { "lat": 48.8584, "lon": 2.2945, "score": 0.0412 } ],
      "quota_remaining": 9994 }

    Endpoints

    MethodPathPurpose
    POST/predictLocate an image. Multipart file, optional top_k (1-100)
    GET/usagePlan, quota, remaining calls
    GET/healthService status, no key needed

    Send X-API-Key: KEY or Authorization: Bearer KEY. Images up to 15 MB. Errors: 401/403 key, 402 quota or inactive plan, 413 too large, 429 rate limit, 503 at capacity. Failed calls never count against quota.