获取当前颜色列表内的所有颜色。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetImageBackgroundColors | 接口名称。当前 API 的名称为 GetImageBackgroundColors 。 |
Version | String | 是 | 2023-05-01 | 接口版本。当前 API 的版本为 2023-05-01 。 |
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Colors | Array of String | ["#EE5C3D","#E55D8F","#bddcbe","#00000000","#C9CDD4","#FFA841"] | 颜色列表。 |
GET https://imagex.volcengineapi.com/?Action=GetImageBackgroundColors&Version=2023-05-01
{ "ResponseMetadata": { "RequestId": "2022071815274301020801714002AEAE2C", "Action": "GetImageBackgroundColors", "Version": "2023-05-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": { "Colors": [ "#EE5C3D", "#E55D8F", "#bddcbe", "#00000000", "#C9CDD4", "#FFA841" ] } }
本接口无特有的错误码。更多信息请见公共错误码和 veImageX 错误码。
2018-08-01 版本 GetImageBackgroundColors 接口文档现已停止维护,建议您参考本文档使用最新版本。