# Create player streamer playback grant **POST /v1/PlayerStreamers/{Sid}/PlaybackGrant** A PlaybackGrant resource allows developers to generate a grant to initialize the Twilio Live Player SDK and connect to a livestream. ## Servers ## Parameters ### Path parameters - **Sid** (string) The unique string generated to identify the PlayerStreamer resource associated with this PlaybackGrant ### Body: (object) - **AccessControlAllowOrigin** (string) The full origin URL where the livestream can be streamed. If this is not provided, it can be streamed from any domain. - **Ttl** (integer) The time to live of the PlaybackGrant. Default value is 15 seconds. Maximum value is 60 seconds. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **grant** () The grant that authorizes the player sdk to connect to the livestream - **sid** (string | null) The unique string that identifies the PlayerStreamer associated with this PlaybackGrant. - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)