DigipanAPI

Property Image Intelligence API

Fetch and cache Google Street View and Satellite images for properties, stored in AWS S3 with cache-first retrieval for optimal performance.

Service Status

Checking...
-
-
v1.0.0
-
.NET 10

API Endpoints

POST /api/auth/token

Generate Token

Generate a Local JWT bearer token for API authentication. Provide a userId, optional email, and roles to receive a signed token.

POST /api/image/streetview

Street View Image

Fetch a Google Street View image for a property by coordinates. Returns cached S3 image when available, otherwise fetches from Google and stores.

POST /api/image/satellite

Satellite Image

Fetch a satellite/aerial image for a property by coordinates. Uses cache-first logic with AWS S3 storage for fast repeated access.

POST /api/image/both

Both Images

Fetch both Street View and Satellite images simultaneously. Returns Base64-encoded image data in a single JSON response for efficiency.

POST /api/switchcorporate

Switch Corporate

Switch the authenticated user's active corporate context. Provide a CorporateID to receive new JWT and refresh tokens with updated corporate session data.

POST /api/genericfetch

Generic Fetch

Execute a generic data fetch against any stored procedure. Specify the operation name, API version, prefix, and JSON payload to retrieve data from the database.

GET /api/clerktest/claims

Clerk Test

Validate a Clerk JWT token and return decoded claims. Use this endpoint to verify Clerk authentication is working correctly.

Quick Links