PixelDance
V1AssetsCounts

Get asset counts by category

GET
/v1/assets/counts

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Response Body

application/json

curl -X GET "http://localhost:3002/v1/assets/counts"
{
  "property1": 0,
  "property2": 0
}