Skip to main content
POST
/
api
/
v2
/
search
Search capabilities, providers, and endpoints
curl --request POST \
  --url https://app.dumplingai.com/api/v2/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>",
  "limit": 123,
  "type": "capability"
}
'
{
  "success": false,
  "requestId": "<string>",
  "error": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required
limit
integer
type
enum<string>
Available options:
capability,
provider,
endpoint

Response

Unified catalog search results