Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully created tool
curl --request POST \
--url https://api.anam.ai/v1/tools \
--header 'Authorization: Bearer <token>'Create a new tool
curl --request POST \
--url https://api.anam.ai/v1/tools \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully created tool
Was this page helpful?