---
title: "POST /v1/CompositionSettings/Default"
method: POST
path: "/v1/CompositionSettings/Default"
tags: ["VideoV1CompositionSettings"]
---

# POST /v1/CompositionSettings/Default

`POST /v1/CompositionSettings/Default`

## Response `200`

OK

- VideoV1CompositionSettings
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CompositionSettings resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource and that will be shown in the console
  - `aws_credentials_sid` string, nullable — The SID of the stored Credential resource.
  - `aws_s3_url` string, uri, nullable — The URL of the AWS S3 bucket where the compositions are stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2).
  - `aws_storage_enabled` boolean, nullable — Whether all compositions are written to the `aws_s3_url`. When `false`, all compositions are stored in our cloud.
  - `encryption_key_sid` string, nullable — The SID of the Public Key resource used for encryption.
  - `encryption_enabled` boolean, nullable — Whether all compositions are stored in an encrypted form. The default is `false`.
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/video-v1.md) · [All operations](https://skmtc.net/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/video-v1/revisions/162f62d432a2/schema)
