social.colibri.beta.embed.gifCategories

colibri.social

Documentation

Lists the categories shown in the GIF picker.

main query

Lists the categories shown in the GIF picker.

Output

Encodingapplication/json
categories array Required

The GIF picker's categories.

Errors

AuthRequired The request has no valid service auth.
GifsNotConfigured This AppView has no GIF provider key configured.
UpstreamFailure The GIF provider failed.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "The request has no valid service auth."
    },
    {
      "name": "GifsNotConfigured",
      "description": "This AppView has no GIF provider key configured."
    },
    {
      "name": "UpstreamFailure",
      "description": "The GIF provider failed."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "categories"
      ],
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "ref": "social.colibri.beta.embed.defs#gifCategory",
            "type": "ref"
          },
          "description": "The GIF picker's categories."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Lists the categories shown in the GIF picker."
}

Lexicon Garden

@