Skip to main content
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

Authorization
string
required
Bearer Token, e.g. Bearer sk-xxxxxxxxxx

Query parameters

group_id
string
Filter by group ID

Example

curl -X GET "https://api.gravitex.ai/v1/assets?group_id=group-20260508120000-abcde" \
  -H "Authorization: Bearer sk-xxxxxxxxxx"