GroupId
URL
Result.Id
AssetId
Status=Active
{ "GroupId": "<GROUP_ID>", "URL": "https://your-cdn.example.com/materials/face-001.jpg", "AssetType": "Image", "Name": "face-001" }
curl --location 'https://api.onelinkai.cloud/volc/openapi?Action=CreateAsset&Version=2024-01-01' \ --header 'Authorization: Bearer <ApiKey>' \ --header 'Content-Type: application/json' \ --data '{ "GroupId": "<GROUP_ID>", "URL": "https://your-cdn.example.com/materials/face-001.jpg", "AssetType": "Image", "Name": "face-001" }'
{ "ResponseMetadata": { "RequestId": "string", "Action": "string", "Version": "string", "Service": "string", "Region": "string" }, "Result": { "Id": "string" } }