Authorization: Bearer ********************
{ "GroupId": "hbg-xxxxxxxx", "URL": "https://example.com/face.jpg", "AssetType": "Image", "Name": "正脸照" }
curl --location '/v1/volc/ark/?Action=CreateAsset&Version=2024-01-01' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "GroupId": "hbg-xxxxxxxx", "URL": "https://example.com/face.jpg", "AssetType": "Image", "Name": "正脸照" }'
{ "ResponseMetadata": { "Action": "CreateAsset", "RequestId": "2026...", "Region": "cn-beijing", "Service": "ark", "Version": "2024-01-01" }, "Result": { "Id": "hb-yyyyyyyy" } }