---
title: "Request siprec session for a call"
method: POST
path: "/texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec.json"
tags: ["TeXML REST Commands"]
---

# Request siprec session for a call

`POST /texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec.json`

Starts siprec session with specified parameters for call idientified by call_sid.

## Path parameters

- `account_sid` string, required
- `call_sid` string, required

## Response `200`

Successful SIPREC session create response

- TexmlCreateSiprecSessionResponseBody
  - `account_sid` string — The id of the account the resource belongs to.
  - `call_sid` string — The id of the call the resource belongs to.
  - `sid` string — The SID of the siprec session.
  - `date_created` string — The date and time the siprec session was created.
  - `date_updated` string — The date and time the siprec session was last updated.
  - `start_time` string — The date and time the siprec session was started.
  - `status` 'in-progress' | 'stopped' — The status of the siprec session.
  - `track` 'both_tracks' | 'inbound_track' | 'outbound_track' — The track used for the siprec session.
  - `uri` string — The URI of the siprec session.
  - `error_code` string — The error code of the siprec session.

## Other responses

- `404` — Resource not found

---

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