All Products
Search
Document Center

ApsaraVideo Live:ModifyLiveAIStudio

Last Updated:Aug 15, 2025

This operation modifies a specified virtual studio template.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

live:ModifyLiveAIStudio

create

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-shanghai

StudioName

string

Yes

The name of the virtual studio template. This name must be the same as the StudioName that you specified when you called the CreateLiveAIStudio operation.

stu02

Description

string

No

The custom description.

custom

Width

integer

No

The width of the preview screen, in pixels.

1920

Height

integer

No

The height of the preview screen, in pixels.

The following preview resolutions (width × height) are supported:

  • Landscape LD 360p: 640 × 360

  • Portrait LD 360p: 360 × 640

  • Landscape SD 480p: 854 × 480

  • Portrait SD 480p: 480 × 854

  • Landscape HD 720p: 1280 × 720

  • Portrait HD 720p: 720 × 1280

  • Landscape FHD 1080p: 1920 × 1080

  • Portrait FHD 1080p: 1080 × 1920

1080

BackgroundType

string

No

The type of background material. Valid values:

  • VOD: A video-on-demand (VOD) file.

  • PIC: An image.

  • LIVE: A live stream.

VOD

BackgroundResourceId

string

No

The ID of the VOD resource for the background. Obtain this ID from the VOD console.

d0eb493192c771efba644531858c0102

BackgroundResourceUrl

string

No

The URL used to access the background resource.

https://xxx.com/2.mp4

MediaType

string

No

The type of media material. Valid values:

  • VOD: A VOD file.

  • PIC: An image.

  • LIVE: A live stream.

VOD

MediaResourceId

string

No

The ID of the VOD resource for the media. Obtain this ID from the VOD console.

d0eb493192c771efba644531858c01102

MediaResourceUrl

string

No

The URL used to access the media resource. You must specify either this parameter or MediaResourceId.

https://xxx.com/1.mp4

MediaLayout

object

No

The layout information of the media material.

PositionX

number

No

The x-coordinate of the material. Valid values: 0 to 1. The top-left corner is used as the coordinate origin.

0

PositionY

number

No

The y-coordinate of the material. Valid values: 0 to 1. The top-left corner is used as the coordinate origin.

0

HeightNormalized

number

No

The normalized height of the material, which is the ratio of the material's height to the background's height. Valid values: 0 to 1.

0.5

MattingType

string

Yes

The type of image matting. Valid values:

  • green: Green screen matting.

  • blue: Blue screen matting.

  • complex: Real-world scene matting.

complex

MattingLayout

object

Yes

The layout of the source stream after image matting is applied.

PositionX

number

No

The x-coordinate of the matted object. Valid values: 0 to 1. The top-left corner is used as the coordinate origin.

0

PositionY

number

No

The y-coordinate of the matted object. Valid values: 0 to 1. The top-left corner is used as the coordinate origin.

0

HeightNormalized

number

No

The normalized height of the matted object, which is the ratio of the object's height to the background's height. Valid values: 0 to 1.

0.5

Response parameters

Parameter

Type

Description

Example

object

The response struct.

RequestId

string

The request ID.

0BA6B3C4-525A-5381-A2B0-5351323F31C5

Examples

Success response

JSON format

{
  "RequestId": "0BA6B3C4-525A-5381-A2B0-5351323F31C5"
}

Error codes

HTTP status code

Error code

Error message

Description

400 LiveServiceNotFound %s
400 InvalidParameter.PurchaseTime %s
400 InvalidParameter.ExpireTime %s
400 MissingParameter %s
400 InvalidChargeType.Malformed %s
400 InvalidChargeType.PostSupport %s
400 InvalidCasterTemplate.Malformed %s
400 InvalidParameter.Malformed %s
400 InvalidParameter.ChargeType %s
400 InvalidPeriod.Malformed %s
400 InvalidUserId.Malformed %s
400 InvalidClientToken.Malformed %s
400 IncorrectCasterStatus %s
401 CasterNumberExceed %s
403 PermissionDenied %s
404 InvalidParameter.NormType %s
404 InvalidConfiguration.NotFound %s
408 ModifyLiveAIStudio.Timeout %s

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.