Lists the categories shown in the GIF picker.
Output
Encoding
application/jsoncategories
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.
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."
}