---
title: "Transfer an active SIP call to a new destination using the SIP REFER verb."
method: POST
path: "/realtime/calls/{call_id}/refer"
tags: ["Realtime"]
---

# Transfer an active SIP call to a new destination using the SIP REFER verb.

`POST /realtime/calls/{call_id}/refer`

## Path parameters

- `call_id` string, required

## Request body

- RealtimeCallReferRequest — Parameters required to transfer a SIP call to a new destination using the Realtime API.
  - `target_uri` string, required — URI that should appear in the SIP Refer-To header. Supports values like `tel:+14155550123` or `sip:agent@example.com`.

## Response `200`

Call referred successfully.

## Changes

- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/realtime/calls/:call_id/refer/post.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
