ConsoleCatalog
Sign in
Insidr AI logo

Insidr AI

insidr.aiAi Toolsno auth

AI tools directory - tools by category with pricing details.

Category Tool Listing

ASYNCREADNo auth

Returns AI tools in a category with names, descriptions, and pricing labels.

ParametersFormJSON

URL path segment for the AI tool category (e.g. ai-image-generators)

Pagination page number; page 1 uses the base category URL without /page/N/

cost: 2 credits · 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_insidr_ai_category_tool_listing",
    "params": {
      "category_slug": "ai-image-generators",
      "page": "1"
    }
  }'