Pic2Nav
API
v2.1.0

Pic2Nav API Documentation

Integrate location recognition and information retrieval directly into your applications with our powerful, developer-friendly API.

Handling 20+ million API requests daily
99.9% uptime SLA
Getting Started
Everything you need to start integrating with the Pic2Nav API

Base URL

https://api.pic2nav.com/v2

Authentication

All API requests require an API key that should be included in the Authorization header:

Authorization: Bearer your_api_key_here

Rate Limits

Free Plan
1,000
requests/month
Pro Plan
50,000
requests/month
Enterprise
Unlimited
custom limits
Key Concepts
Understanding the core features of the Pic2Nav API

Location Recognition

Identify locations from images with 98.7% accuracy using our advanced AI models.

Location Information

Access detailed location, weather, and environmental data from our comprehensive database.

Geospatial Search

Find locations and nearby places with precise geospatial queries and filtering options.

GPS Analysis

Extract GPS data from images and analyze location metadata with our advanced algorithms.

Response Format
Understanding the standard response structure

All API responses follow a consistent JSON format with the following structure:

{
  "success": true|false,    // Request status
  "building"|"buildings": { // Response data (singular or plural based on endpoint)
    // Building data fields
  },
  "error": {                // Only present if success is false
    "code": "error_code",
    "message": "Human readable error message"
  },
  "meta": {                 // Optional metadata about the request/response
    "count": 10,            // Number of items returned
    "total": 100,           // Total number of items available
    "page": 1,              // Current page number
    "pages": 10             // Total number of pages
  }
}
Get Started Today

Ready to integrate location recognition?

Join thousands of developers who are already using Pic2Nav API to power their applications.