GET
/
v1
/
apps
/
search
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

intent
string | null

Natural language intent for vector similarity sorting. Results will be sorted by relevance to the intent.

configured_only
boolean
default:false

If true, only return apps that have been configured.

categories
string[] | null

List of categories for filtering.

limit
integer
default:100

Maximum number of Apps per response.

Required range: 1 <= x <= 1000
offset
integer
default:0

Pagination offset.

Required range: x >= 0

Response

200
application/json
Successful Response
name
string
required
description
string
required