ConsoleCatalog
Sign in
Toolify AI logo

Toolify AI

toolify.aiAi Toolsno auth

AI tools directory - categories, tool details, ratings, and rankings.

Category Taxonomy

ASYNCREADNo auth

Returns the full category taxonomy grouped by section, with names and tool counts.

ParametersFormJSON

Locale header for localized category names and labels

Timezone header sent with the API request

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_toolify_ai_category_tree",
    "params": {
      "locale": "en",
      "timezone": "Asia/Calcutta"
    }
  }'