Explanation
Knowledge Bases
- GETReturns a list of Knowledge Bases.
- POSTCreates a Knowledge Base.
- GETRetrieves a Knowledge Base.
- DELDeletes a Knowledge Base.
- PATCHModifies a Knowledge Base.
- POSTCreates a Knowledge Base Chat Response for the given Messages.
- GETReturns a list of Knowledge Base Sources.
- POSTAdds Sources to a Knowledge Base.
- GETRetrieves a Knowledge Base Source.
- DELRemoves a Knowledge Base Source from a Knowledge Base.
Sources
Projects
Organization
Returns a list of Projects.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
A list of Projects
.
A list of Projects
.
Date-time of when the Project
was created, in ISO 8601 format
Whether the Project
is the default Project
for the Organization
. The default Project
is used when no Project
is specified in an API request. The default Project
cannot be deleted.
A list of knowledge_base_ids
that are assigned to the Project
. One Project
can have multiple Knowledge Bases
.
The name of the Project
256
The unique identifier of a Project
28
A list of source_ids
of Sources
that are assigned to the Project
.
Date-time of when the Project
was last modified, in ISO 8601 format
The usage of the Project
.
The number of Messages
with the role assistant
, used by the Project
in the current billing period.
The number of Explanation Messages
with the role assistant
, used by the Project
in the current billing period.
The number of Knowledge Base Chat Messages
with the role assistant
, used by the Project
in the current billing period.
The total number of Messages
with the role assistant
, used by the Project
in the current billing period.
The number of Document Sources
pages stored in the Project
.
The amount of Text Sources
stored in the Project
.