---
title: "Create a Stream"
method: POST
path: "/Accounts/{AccountSid}/Calls/{CallSid}/Streams"
tags: ["Streams"]
---

# Create a Stream

`POST /Accounts/{AccountSid}/Calls/{CallSid}/Streams`

Create a stream.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required
- `CallSid` string, uuid, required

## Response `200`

The request has succeeded.

- CallStreamResponse — Response containing a single call stream.
  - `sid` string, uuid, required — The unique identifier for the stream.
  - `account_sid` string, uuid, required — The unique identifier for the account.
  - `call_sid` string, uuid, required — The unique identifier for the call.
  - `name` string, required — The name of the stream.
  - `status` 'queued' | 'in-progress' | 'stopped', required — Stream status.
  - `date_updated` string, required — The date, in RFC 2822 GMT format, this stream was updated.
  - `uri` string, required — The URI for the stream.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.
- `503` — The service is temporarily unavailable. Please try again later.

## Changes

- **2026-01-20** `dce1bcef69f0` — 3 info
  - added the non-success response with the status `404`
  - added the non-success response with the status `422`
  - added the non-success response with the status `503`
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 3 warning, 8 info
  - the request property `Url` became required
  - the `StatusCallback` request property format changed from no format to `uri`
  - the `Url` request property format changed from no format to `uri`
  - removed the optional property `api_version` from the response with the `200` status
  - …10 more
- **2026-01-15** `a10b019314cd` — 1 warning
  - removed the optional property `date_created` from the response with the `200` status
- **2026-01-15** `07f73f74a61d` — 1 breaking, 1 info
  - removed the media type `application/json` from the request body
  - added the media type `application/x-www-form-urlencoded` to the request body
- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `error_code` became nullable for the status `200`

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Calls/:CallSid/Streams/post.md)

---

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