Backend API
Get all AI tools with optional pagination and search
cURL
curl --request GET \ --url https://api.wacht.dev/ai/tools \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
Number of items to return
1 <= x <= 100
Number of items to skip
x >= 0
Search term to filter tools by name or description
List of AI tools
Was this page helpful?