Backend API
Get details of a specific AI tool
cURL
curl --request GET \ --url https://api.wacht.dev/ai-tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "Web Scraper Tool", "description": "<string>", "type": "api", "config": { "endpoint": "<string>", "method": "GET", "headers": {}, "parameters": [ { "name": "<string>", "type": "<string>", "required": true } ] }, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
Successful response
"Web Scraper Tool"
api
function
webhook
"api"
Show child attributes
true