Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request GET \ --url https://pria.praxislxp.com/api/admin/tool/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "responseLength": 123, "responseDurationMs": 123, "success": true, "_id": "<string>", "description": "<string>", "type": "<string>", "schema": {}, "endpoint": "<string>", "status": "active", "institution": "<string>", "created": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific tool
JWT token passed in x-access-token header
Tool ID
Tool retrieved successfully
Show child attributes
Was this page helpful?