library_type 및 status로 필터링하여 가상 아바타 그룹과 실사 인물 그룹을 구분할 수 있습니다.
머티리얼 업로드 시 반환된 group_id를 사용하십시오. 비디오 생성 시 group_id를 material_asset_id로 전달하지 마십시오. 생성 작업에는 머티리얼 에셋 id가 필요합니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
현재 조직이 소유한 Seedance 머티리얼 그룹 목록을 조회합니다.
library_type 및 status로 필터링하여 가상 아바타 그룹과 실사 인물 그룹을 구분할 수 있습니다.
머티리얼 업로드 시 반환된 group_id를 사용하십시오. 비디오 생성 시 group_id를 material_asset_id로 전달하지 마십시오. 생성 작업에는 머티리얼 에셋 id가 필요합니다.
curl "https://api.tokenlab.sh/v1/videos/assets/groups?library_type=aigc_avatar&page_size=20" \
-H "Authorization: Bearer $TOKENLAB_API_KEY"
{
"groups": [
{
"id": "group-20260720123456-vrt01",
"object": "seedance.material_asset_group",
"library_type": "aigc_avatar",
"group_name": "Product references",
"status": "ACTIVE",
"created_at": 1782998400000
}
],
"next_page_token": null
}