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

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

Query parameters

group_type
string
default:"aigc"
aigc, liveness_face, or all. Omitted defaults to aigc only

Example

curl -X GET "https://api.gravitex.ai/v1/asset-groups?group_type=all" \
  -H "Authorization: Bearer sk-xxxxxxxxxx"