Skip to main content

Silent Witness API

Silent Witness provides an API for automated accident reconstruction and biomechanics analysis. Upload vehicle damage photos and case data, and receive professional technical reports with Delta-V calculations, crash dynamics, and injury mechanism analysis.

Integration Options

REST API

The REST API is the primary interface. Use it from any language with HTTP support — Python, JavaScript, Go, Ruby, Java, or plain curl.

  • Base URL: https://api.silentwitness.ai
  • Authentication: X-API-Key header
  • Response format: JSON with {success, data} envelope

SDKs

We also offer official SDKs in Go and TypeScript that wrap the REST API with typed interfaces and convenience methods.

Getting Started

  1. Get your API key — Create one from the Silent Witness dashboard (Settings > API Keys)
  2. Follow the Quick StartCreate your first case and generate a report in 5 minutes
  3. Build your integration — Use the End-to-End Example as a starting point

Documentation