library_type은 해당 그룹이 가상 아바타 그룹인지 실제 인물 그룹인지 알려줍니다.
업로드 전에 그룹이 여전히 존재하며 status: "ACTIVE" 상태인지 확인해야 할 경우 이 엔드포인트를 사용하십시오.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TokenLab 그룹 ID를 사용하여 Seedance 머티리얼 그룹 하나를 조회합니다.
library_type은 해당 그룹이 가상 아바타 그룹인지 실제 인물 그룹인지 알려줍니다.
업로드 전에 그룹이 여전히 존재하며 status: "ACTIVE" 상태인지 확인해야 할 경우 이 엔드포인트를 사용하십시오.
curl https://api.tokenlab.sh/v1/videos/assets/groups/group-20260720123456-vrt01 \
-H "Authorization: Bearer $TOKENLAB_API_KEY"
{
"id": "group-20260720123456-vrt01",
"object": "seedance.material_asset_group",
"library_type": "aigc_avatar",
"group_name": "Product references",
"description": "Reusable product shots",
"status": "ACTIVE",
"metadata": null,
"created_at": 1782998400000
}