PATRUL
UA EN
Demo
Home  /  Documentation

Documentation

The PATRUL technical library. Specifications, manuals, certificates, and deployment materials — current versions, each document with a date and revision number.

06Sections
PDFDocument format
V 2026Current revisions
03

Certificates

Confirmation of equipment compliance and the information-security system.

Some documents are provided on request — after your organization's status is verified. Request the marked documents via the form at the bottom of the page.

05

API

A documented REST interface for integrating the platform with agency and enterprise systems.

Developer reference

The complete API reference — methods for working with the archive, devices, users, and the audit log. Token-based authentication; every call is logged just like user actions.

GET/api/v2/evidence — search records by metadata
GET/api/v2/evidence/{id}/chain — chain of custody
POST/api/v2/export — build an evidence package
GET/api/v2/devices — device status
GET/api/v2/audit — event log
api.patrul.ua/v2 — example request
# Verify a recording's chain of custody
GET /api/v2/evidence/EV-2026-07-0391/chain
Authorization: Bearer ****************

# Response
{
  "evidence_id": "EV-2026-07-0391",
  "device": "BC-4K-0147",
  "recorded_at": "2026-07-14T09:26:35Z",
  "sha256": "7f83b165...126d9069",
  "signature": "VALID",
  "chain_integrity": "CONFIRMED",
  "events": 14
}
Library

Can't find a document?

Request the document you need or access to restricted materials — we'll send them once your organization's status is verified.