social.colibri.embed.gifCategories

colibri.social

Documentation

Lists GIF categories for the picker.

main query

Lists GIF categories for the picker.

Output

Encodingapplication/json
categories array Required

No description available.

Errors

AuthRequired Missing, malformed, or unverifiable service auth.
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": "Missing, malformed, or unverifiable service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "categories"
      ],
      "properties": {
        "categories": {
          "type": "array",
          "items": {
            "ref": "lex:social.colibri.embed.gifCategories#gifCategory",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Lists GIF categories for the picker."
}
gifCategory object

No description available.

Properties

name string Required

No description available.

previewUrl string uri Optional

A valid URI.

query string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "query": {
      "type": "string"
    },
    "previewUrl": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@