跳转到主要内容
GET
/
v1
/
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.

简介

列出当前用户的素材组。

认证

Authorization
string
必填
Bearer Token,如 Bearer sk-xxxxxxxxxx

查询参数

group_type
string
默认值:"aigc"
aigcliveness_faceall未传时默认仅返回 aigc

请求示例

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