本接口支持通过指定服务 ID 以及模板的 JSON 内容,来向该服务导入图片模板。
说明
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateImageTemplatesByImport | 接口名称。当前 API 的名称为 CreateImageTemplatesByImport 。 |
Version | String | 是 | 2023-05-01 | 接口版本。当前 API 的版本为 2023-05-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ServiceId | String | 是 |
| 模板导入的目标服务 ID。 |
Rename | Boolean | 否 |
| 模板名称冲突时是否重命名(增加版本号)。
|
Templates | Array of String | 是 | ["{\"name\":\"tplv-n8**e0-13\",\"output\":{\"quality\":30,\"format\":\"jpeg\",\"extra\":{\"heic.alpha.reserve\":\"true\"},\"exif\":{\"auto_orient_off\":true}},\"input\":{},\"max_age\":2592000,\"filters\":[]}"] | 待导入的模板 JSON 内容列表。 |
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ImportResults | Array of ImportResults | - | 导入结果 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TemplateName | String | tplv-n8**e0-13 | 源模板名称。 |
Success | Boolean |
| 导入是否成功,取值如下所示:
|
ImportedName | String | tplv-l7**px-17 | 导入后模板名称。当Success 取值为true 时有值。 |
Msg | String | duplicate template name tplv-n8**e0-13 | 导入失败原因。当Success 取值为false 时有值。 |
POST https://imagex.volcengineapi.com/?Action=CreateImageTemplatesByImport&Version=2023-05-01 { "ServiceId": "n8**e0", "Templates": { "name": "tplv-n8**e0-13", "output": { "quality": 30, "format": "jpeg", "extra": { "heic.alpha.reserve": "true" }, "exif": { "auto_orient_off": true } }, "input": {}, "max_age": 2592000, "filters": [] } }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "CreateImageTemplatesByImport", "Version": "2023-05-01", "Service": "ImageX", "Region": "cn-north-1" }, "Result": { "ImportResults": [ { "TemplateName": "tplv-n8**e0-13", "Success": true, "ImportedName": "tplv-l7**px-17" } ] } }
本接口无特有的错误码。更多信息请见公共错误码以及 veImageX 错误码。
veImageX 提供了配套的开发工具集 SDK,支持多种编程语言,帮助您更方便的调用 API。
2018-08-01 版本 CreateImageTemplatesByImport 接口文档现已停止维护,建议您参考本文档使用最新版本。