Skip to main content

NG SOS API Documentation

Welcome to the NG SOS API documentation. This comprehensive resource provides everything you need to integrate with the NG SOS - next-generation emergency calling and crisis management technology.

Integration overview

NG-SOS integration consists of two complementary parts:

  • NG-SOS API → Partner calls NG-SOS
  • NG-SOS Connector → NG-SOS calls Partner
  • Together, they form a bidirectional integration enabling near real-time data exchange.

NG-SOS API (Inbound)

The NG-SOS API is our server-side API that integration partners use to access NG-SOS capabilities.
Through this API, a partner system can, for example:

  • Create and manage incidents
  • Request collaboration
  • Exchange operational and contextual emergency data

In this direction, the partner system acts as a client, calling NG-SOS endpoints.

NG-SOS Connector (Outbound)

The NG-SOS Connector is a specification that must be implemented by the integration partner.
It defines how NG-SOS delivers data back to the partner system.

Technically, this is a set of webhooks exposed by the partner system. NG-SOS sends events and updates to these endpoints using the defined data formats and contracts.

In this direction, NG-SOS acts as the client, pushing data to the partner system.

More information.

Getting Help

If you encounter issues or have questions contact support at mdybal@medicalit.eu

LLM Integration

NG SOS API documentation is optimized for Large Language Model (LLM) integration, enabling AI-powered development assistance:

llms.txt - Lightweight navigation map

  • High-level structure and overview of all APIs
  • Links to key documentation sections
  • Ideal for quick AI assistant context loading
  • Follows the llms.txt specification

llms-full.txt - Complete documentation bundle

  • Flattened version of all narrative documentation
  • Includes all OpenAPI specifications
  • Full API endpoint descriptions and examples
  • Perfect for comprehensive AI assistance