ready is true and status is ACTIVE.
If video generation returns Seedance material asset not found or not accessible, verify that you passed this material asset id, not the material group_id.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieves one Seedance material asset by TokenLab material asset ID.
ready is true and status is ACTIVE.
If video generation returns Seedance material asset not found or not accessible, verify that you passed this material asset id, not the material group_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
}