Create Call for Service
POST/prepared911/cfs/create
Prepared will call this endpoint on your CAD system to create new Call for Service (CFS) records based on AI-processed emergency calls.
Note: Your CAD system must also call Prepared's CFS Status Updates API to complete the integration flow.
When creating a CFS, Prepared includes an id field in the request body. This is a Prepared-generated temporary incident identifier used for correlation. Prepared will use this value as the CAD incident ID until your system provides the canonical cad_id via the CFS Status Update API or returns cad_incident_id in this response.
Request
Responses
- 201
- 400
- 401
- 500
CFS created successfully
Invalid request
Not authorized
Internal server error