EvercamDevelopers

Search

Search guides, documentation and the API reference

7 APIs · one platform

Build with Evercam.

Live and historical imagery, recordings, timelapses, 360 captures, BIM and drone data, and AI analysis — all through one coherent HTTP API.

One platform, end to end.

Every capability is reachable through the same authenticated HTTP API, so you can start with a snapshot and grow into full visual intelligence.

From lens to application.

Evercam captures, stores and interprets visual data, then hands it to you as plain JSON and images.

Cameras

Site cameras, 360, drone

Ingest

Capture and processing

Platform

Projects, media, archive

AI

Detection and analytics

Your app

HTTP API and webhooks

The latest image from a site camera, in one request.

Authenticate once, then call plain HTTP endpoints. No SDK required — the API returns the image directly, or as a base64 data URI you can drop straight into an img tag.

Sample request and response shown for illustration.

curl -H "Authorization: Bearer $EVERCAM_TOKEN" \
  "https://media.evercam.io/v2/cameras/$CAMERA_ID/recordings/snapshots/latest"

Response

{
  "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQ...",
  "created_at": "2026-06-02T15:25:30Z"
}

Every Evercam API, in one place.

7 APIs, documented together with a consistent reference, shared authentication and cross-linked guides.

Start with a single snapshot.

Authenticate, list your projects and render your first image in a few minutes.