---
title: "Answer a ringing or early-media inbound SIP leg"
method: POST
path: "/legs/{id}/answer"
tags: ["Legs"]
---

# Answer a ringing or early-media inbound SIP leg

`POST /legs/{id}/answer`

## Response `200`

Answer initiated

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `400` — Not a SIP inbound leg
- `404` — Leg not found
- `409` — Leg is not in ringing or early_media state

## Changes

- **2026-03-26** `d09c97c6ca8c` — 2 breaking, 1 info
  - removed the request body
  - removed the success response with the status `202`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/answer/post.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceblender/voiceblender-api/revisions/3eeffdee9d4f/schema)
