Picarta.ai
AI photo geolocation — GPS predictions and EXIF context.
Picarta.ai estimates where a photo was taken from visual content (and EXIF when available). SearchIn returns ranked predictions with city, region, country, confidence, and map links.
Capabilities
- Worldwide image-to-GPS estimation from an uploaded photo or image URL
- Top-k location predictions with confidence scores
- City, province, and country labels when available
- Camera / timestamp metadata surfaced from EXIF when present
What you get back
- Ranked prediction cards
- OpenStreetMap deep links
- EXIF camera maker / model panel
- Query image preview
UI workflow
Choose Image, then upload a photo or paste a URL.
Select Picarta.ai.
Review ranked locations, confidence, and open maps for verification.
Sample queries
| Input type | Query | Notes |
|---|---|---|
image | https://upload.wikimedia.org/wikipedia/commons/8/83/San_Gimignano_03.jpg | Landmark / place estimation |
Pricing
image $0.50
Best for
- Locating untagged travel or surveillance photos
- Corroborating claimed locations
- Visual geoint alongside face search
API example
$0.50 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Predictions
3
Top confidence
94%
Top location
San Gimignano
Tuscany, Italy
Countries
1
NIKON CORPORATION NIKON D200

Query image
https://upload.wikimedia.org/wikipedia/commons/8/83/San_Gimignano_03.jpg
EXIF 2010:09:21 12:04:46
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"picarta","input_type":"image","query":"https://upload.wikimedia.org/wikipedia/commons/8/83/San_Gimignano_03.jpg"}'Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.
Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: Picarta.ai integration.