List asset groups
curl --request GET \
--url https://api.gravitex.ai/v1/asset-groups \
--header 'Authorization: <authorization>'Seedance 2.0
List asset groups
GET /v1/asset-groups
GET
/
v1
/
asset-groups
List asset groups
curl --request GET \
--url https://api.gravitex.ai/v1/asset-groups \
--header 'Authorization: <authorization>'Documentation Index
Fetch the complete documentation index at: https://docs.gravitex.ai/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
List asset groups for the current user.Authentication
Bearer Token, e.g.
Bearer sk-xxxxxxxxxxQuery parameters
aigc, liveness_face, or all. Omitted defaults to aigc onlyExample
curl -X GET "https://api.gravitex.ai/v1/asset-groups?group_type=all" \
-H "Authorization: Bearer sk-xxxxxxxxxx"
âI