This API creates a lightweight virtual studio template.
Operation description
The lightweight virtual studio feature is in public preview. While in public preview, this feature is free of charge and you can create a maximum of 300 templates. Standard fees will apply after the public preview ends. The end date will be announced later.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:CreateLiveAIStudio |
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. The name must be unique. |
stu02 |
| Description |
string |
No |
A custom description. |
template 1080 |
| Width |
integer |
No |
The width of the preview screen, in pixels. |
1920 |
| Height |
integer |
No |
The height of the preview screen, in pixels. The preview screen resolution (width × height) must be one of the following:
|
1080 |
| BackgroundType |
string |
No |
The type of the background material.
|
VOD |
| BackgroundResourceId |
string |
No |
The ID of the VOD resource for the background material. Obtain this ID from the VOD console. |
d0eb493192c771efba644531858c0102 |
| BackgroundResourceUrl |
string |
No |
The URL of the background material. You must specify either this parameter or `BackgroundResourceId`. |
https://xxx.com/1.mp4 |
| MediaType |
string |
No |
The type of the media material.
|
VOD |
| MediaResourceId |
string |
No |
The ID of the VOD resource for the media material. Obtain this ID from the VOD console. |
d0eb493192c771efba644531858c0102 |
| MediaResourceUrl |
string |
No |
The URL of the media material. You must specify either this parameter or `MediaResourceId`. |
https://xxx.com/2.mp4 |
| MediaLayout |
object |
No |
The layout and position of the media material. |
|
| PositionX |
number |
No |
The x-coordinate. Valid values: 0 to 1. The position is relative to the top-left corner of the material. |
0 |
| PositionY |
number |
No |
The y-coordinate. Valid values: 0 to 1. The position is relative to the top-left corner of the material. |
0 |
| HeightNormalized |
number |
No |
The normalized height of the material. This is the ratio of the material's height to the background's height. Valid values: 0 to 1. |
0.5 |
| MattingType |
string |
Yes |
The image matting type.
|
complex |
| MattingLayout |
object |
Yes |
The layout and position of the source stream after image matting. |
|
| PositionX |
number |
No |
The x-coordinate. Valid values: 0 to 1. The position is relative to the top-left corner of the material. |
0.3 |
| PositionY |
number |
No |
The y-coordinate. Valid values: 0 to 1. The position is relative to the top-left corner of the material. |
0.3 |
| HeightNormalized |
number |
No |
The normalized height of the material. This is the ratio of the material's height to the background's height. Valid values: 0 to 1. |
0.5 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
17D7526C-69AD-5761-8037-071C27358345 |
| StudioId |
string |
The ID of the virtual studio template. |
369ced1f-c33a-49e5-91da-bdaae3d6c1c2 |
Examples
Success response
JSON format
{
"RequestId": "17D7526C-69AD-5761-8037-071C27358345",
"StudioId": "369ced1f-c33a-49e5-91da-bdaae3d6c1c2"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | LiveServiceNotFound | %s, please check and try again later. | The live service is not enabled. Please check and try again. |
| 400 | InvalidParameter.PurchaseTime | %s, please check and try again later. | The parameter PurchaseTime is invalid, please check and try again. |
| 400 | InvalidParameter.ExpireTime | %s, please check and try again later. | The parameter ExpireTime is invalid, please check and try again. |
| 400 | InvalidParameter | %s. | Parameter error |
| 400 | MissingParameter | %s. | Missing parameter |
| 400 | InvalidChargeType.Malformed | %s, please check and try again later. | The parameter ChargeType is invalid, please check and try again. |
| 400 | InvalidChargeType.PostSupport | %s, please check and try again later. | ChargeType only supports post-paid, please check and try again. |
| 400 | InvalidCasterTemplate.Malformed | %s, please check and try again later. | The parameter CasterTemplate is invalid, please check and try again. |
| 400 | InvalidParameter.Malformed | There are invalid parameters: %s. | There are invalid parameters: %s. |
| 400 | InvalidParameter.ChargeType | %s, please check and try again later. | The parameter ChargeType is invalid, please check and try again. |
| 400 | InvalidPeriod.Malformed | %s, please check and try again later. | Invalid time interval, please check and try again. |
| 400 | InvalidUserId.Malformed | %s, please check userId. | The userId passed in is invalid, please check. |
| 400 | InvalidClientToken.Malformed | %s, please check and try again later. | The parameter ClientToken is invalid, please check and try again. |
| 400 | IncorrectCasterStatus | %s, please check and try again later. | Guide station status error, please check and try again. |
| 401 | CasterNumberExceed | %s, please check and try again later. | The number of casters exceeds the limit. Please check and try again. |
| 403 | PermissionDenied | %s, please check and try again later. | Access denied, please check and try again. |
| 404 | InvalidParameter.NormType | %s, please check and try again later. | The parameter NormType is invalid, please check and try again. |
| 404 | InvalidConfiguration.NotFound | %s, please check and try again later. | Configuration does not exist, please check and try again. |
| 408 | CreateLiveAIStudio.Timeout | %s, please try again later. | Call CreateLiveAIStudio timed out, please try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.