ready가 true이고 status가 ACTIVE인 경우에만 비디오 생성에 사용할 수 있습니다.
비디오 생성 시 Seedance material asset not found or not accessible 오류가 반환되면, group_id가 아닌 해당 머티리얼 에셋의 id를 전달했는지 확인하십시오.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TokenLab 머티리얼 에셋 ID를 사용하여 Seedance 머티리얼 에셋 하나를 조회합니다.
ready가 true이고 status가 ACTIVE인 경우에만 비디오 생성에 사용할 수 있습니다.
비디오 생성 시 Seedance material asset not found or not accessible 오류가 반환되면, group_id가 아닌 해당 머티리얼 에셋의 id를 전달했는지 확인하십시오.
curl https://api.tokenlab.sh/v1/videos/assets/asset-20260720123456-qn7wr \
-H "Authorization: Bearer $TOKENLAB_API_KEY"
{
"id": "asset-20260720123456-qn7wr",
"object": "seedance.material_asset",
"group_id": "group-20260720123456-vrt01",
"library_type": "aigc_avatar",
"asset_name": "Front view",
"asset_type": "Image",
"status": "ACTIVE",
"ready": true,
"error_message": null,
"metadata": null,
"created_at": 1782998400000
}