Skip to main content
GET
/
tools
/
search
Search tools
curl --request GET \
  --url https://api.useagents.site/tools/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "shortDescription": "<string>",
      "languages": [
        "<string>"
      ],
      "frameworks": [
        "<string>"
      ],
      "categories": [
        "<string>"
      ],
      "slug": "<string>",
      "image": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

Search query for tools

Response

200 - application/json

Response for status 200

results
object[]
required