List assets
curl --request GET \
--url https://api.gravitex.ai/v1/assets \
--header 'Authorization: <authorization>'Seedance 2.0
List assets
GET /v1/assets
GET
/
v1
/
assets
List assets
curl --request GET \
--url https://api.gravitex.ai/v1/assets \
--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 assets, optionally filtered by group.Authentication
Bearer Token, e.g.
Bearer sk-xxxxxxxxxxQuery parameters
Filter by group ID
Example
curl -X GET "https://api.gravitex.ai/v1/assets?group_id=group-20260508120000-abcde" \
-H "Authorization: Bearer sk-xxxxxxxxxx"
âI