---
title: "Send a remote ICE candidate to a WebRTC leg (trickle ICE)"
method: POST
path: "/legs/{id}/ice-candidates"
tags: ["WebRTC"]
---

# Send a remote ICE candidate to a WebRTC leg (trickle ICE)

`POST /legs/{id}/ice-candidates`

## Response `200`

Candidate added

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

## Other responses

- `400` — Invalid JSON or leg is not a WebRTC leg
- `404` — Leg not found
- `500` — Failed to add ICE candidate

---

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