CreateSkillFileDetect
Creates a Skill file detection task.
Operation description
Prerequisites
Ensure that the service provider has enabled the modification feature and configured its parameters during service creation.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OssUrl |
string |
Yes |
The OSS URL of the compressed Skill package. |
https://embedding-pic.oss-cn-beijing-internal.aliyuncs.com/30516570.zip |
| ClientToken |
string |
No |
A unique, client-generated token to ensure request idempotence. ClientToken must contain only ASCII characters and be no longer than 64 characters. |
123e4567-e89b-12d3-a456-426655440000 |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
3F976EF8-C10A-57DC-917C-BB7BEB508FFB |
| HashKey |
string |
The unique identifier for the detection task. |
2aceb074-fa72-44d2-99d9-45b17cffe0e7 |
Examples
Success response
JSON format
{
"RequestId": "3F976EF8-C10A-57DC-917C-BB7BEB508FFB",
"HashKey": "2aceb074-fa72-44d2-99d9-45b17cffe0e7"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.