Upload Assets
Asset Management
Upload Assets
Use POST /v1/seedance/asset/CreateAsset to import public assets into the Seedance asset library.
POST
Upload Assets
Upload Assets
Import assets into the specified asset group.URL is used to pull public HTTPS resources into the asset library (review/transcoding is handled by the server). After the import succeeds, AssetId is returned. In Create Video, it is recommended to reference it as asset://{assetId} instead of repeatedly providing the public URL.
Method and Path
Request Example
Response Example
task_id to call Query Asset, and wait until Status becomes Active before using it for video generation.
Authentication
Body
Asset group ID, from the
data.Id returned by Create Asset Group.Public HTTPS URL of the asset to be imported.
Asset type:
Image, Video, Audio.Asset name.
Response
Business status code.
Asset ID, which can be written as
asset://{Id} during video generation.Import task ID, used for Query Asset.
Error information.