{
"url": "https://xxx/logo.png",
"assetType": "Image"
}curl --location '/seedance/v3/assets/create' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://xxx/logo.png",
"assetType": "Image"
}'{
"code": 0,
"msg": "success",
"errorMessages": null,
"data": {
"assetId": "asset-20260409211407-mwmd8",
"status": "Processing"
}
}