Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tool ID
Response
Successfully retrieved tool
curl --request GET \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Get a tool by ID
curl --request GET \
--url https://api.anam.ai/v1/tools/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Tool ID
Successfully retrieved tool
Was this page helpful?