Skip to main content
GET
/
api
/
v1
/
{app_id}
/
folders
/
{id}
/
facets
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "active": true,
      "count": 123,
      "description": "<string>",
      "filter_key": "<string>",
      "key": "<string>",
      "name": "<string>",
      "template_key": "<string>",
      "values": [
        {
          "count": 123,
          "type": "<string>",
          "value": "<string>"
        }
      ]
    }
  ],
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enad.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

app_id
string
required

App ID

id
string
required

Folder ID

Query Parameters

type
string

Filter by type: image, video, file, all (default: all)

attributes
string[]

Filter by attribute(s). Same syntax as Get Folder Contents: repeat the query parameter once per filter, each in the form template_key/attribute_key. Facets reflect items matching all filters; (template_key, key) pairs present in the unfiltered folder remain in the response with count 0.

Response

Folder facets

data
object[]
success
boolean