cURL
curl --request POST \ --url https://api.isosceles.ai/chatbot/reset \ --header 'Authorization: Basic <encoded-value>'
{ "api_key": "fe527e6f-9518-4200-93ef-e082ba2467a5", "brain_id": "37d53982-bf08-4058-88d5-f91df0a7ab41", "created_at": "2024-02-18T19:00:11.989503+00:00", "id": "7a2e792d-cf48-49d2-a36d-186be034a9dc", "name": "Updated Name", "urls": [ "https://byteleap.co", "https://anshgoyal.com" ], "user_id": "a7a690e6-2a83-4ec5-8eb2-73b0c1d0aa9c" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object