Assistants
Create a new assistant with the provided details
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptionalExample:
d290f1ee-6c54-4b01-90e6-d701748f0851credentialstringOptionalExample:
7db93c02-8d5a-4117-a8f1-3dfb6721b339iconSrcstringOptionalExample:
/images/assistant.pngcreatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22ZupdatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22ZResponses
200
Assistant created successfully
application/json
400
Invalid input provided
422
Validation exception
post
/assistantsRetrieve a specific assistant by ID
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Assistant ID
Responses
200
Successful operation
application/json
400
The specified ID is invalid
404
Assistant not found
500
Internal error
get
/assistants/{id}Update the details of an existing assistant
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Assistant ID
Body
idstringOptionalExample:
d290f1ee-6c54-4b01-90e6-d701748f0851credentialstringOptionalExample:
7db93c02-8d5a-4117-a8f1-3dfb6721b339iconSrcstringOptionalExample:
/images/assistant.pngcreatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22ZupdatedDatestring · date-timeOptionalExample:
2024-08-24T14:15:22ZResponses
200
Assistant updated successfully
application/json
400
The specified ID is invalid or body is missing
404
Assistant not found
500
Internal error
put
/assistants/{id}Delete an assistant by ID
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Assistant ID
Responses
200
Assistant deleted successfully
No content
400
The specified ID is invalid
404
Assistant not found
500
Internal error
delete
/assistants/{id}No content
Last updated