Assistants
Create a new assistant
Create a new assistant with the provided details
POST/assistants
Authorization
Body
idstring
Example: "d290f1ee-6c54-4b01-90e6-d701748f0851"
detailsobject
credentialstring
Example: "7db93c02-8d5a-4117-a8f1-3dfb6721b339"
iconSrcstring
Example: "/images/assistant.png"
createdDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
updatedDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
Response
Assistant created successfully
Body
idstring
Example: "d290f1ee-6c54-4b01-90e6-d701748f0851"
detailsobject
credentialstring
Example: "7db93c02-8d5a-4117-a8f1-3dfb6721b339"
iconSrcstring
Example: "/images/assistant.png"
createdDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
updatedDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
Request
Response
List all assistants
Retrieve a list of all assistants
GET/assistants
Authorization
Response
Successful operation
Body
idstring
Example: "d290f1ee-6c54-4b01-90e6-d701748f0851"
detailsobject
credentialstring
Example: "7db93c02-8d5a-4117-a8f1-3dfb6721b339"
iconSrcstring
Example: "/images/assistant.png"
createdDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
updatedDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
Request
Response
Get assistant by ID
Retrieve a specific assistant by ID
GET/assistants/{id}
Authorization
Path parameters
id*string
Assistant ID
Response
Successful operation
Body
idstring
Example: "d290f1ee-6c54-4b01-90e6-d701748f0851"
detailsobject
credentialstring
Example: "7db93c02-8d5a-4117-a8f1-3dfb6721b339"
iconSrcstring
Example: "/images/assistant.png"
createdDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
updatedDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
Request
Response
Update assistant details
Update the details of an existing assistant
PUT/assistants/{id}
Authorization
Path parameters
id*string
Assistant ID
Body
idstring
Example: "d290f1ee-6c54-4b01-90e6-d701748f0851"
detailsobject
credentialstring
Example: "7db93c02-8d5a-4117-a8f1-3dfb6721b339"
iconSrcstring
Example: "/images/assistant.png"
createdDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
updatedDatestring (date-time)
Example: "2024-08-24T14:15:22Z"
Response
Assistant updated successfully
Body
any
Request
Delete an assistant
Delete an assistant by ID
DELETE/assistants/{id}
Authorization
Path parameters
id*string
Assistant ID
Response
Assistant deleted successfully
Request
Last updated