---
title: "Handle Screening Amd Callback"
method: POST
path: "/calls/screening/amd-callback/{screening_id}"
tags: ["Calls"]
---

# Handle Screening Amd Callback

`POST /calls/screening/amd-callback/{screening_id}`

Twilio webhook: Handle Answering Machine Detection (AMD) callback.

This endpoint is called by Twilio when AMD determines whether the call
was answered by a human or machine. If a machine is detected, we cancel
the call immediately to get back to the original caller faster.

No authentication (Twilio webhook).

## Path parameters

- `screening_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
