Creates a Project.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the Project
.
256
"Totoy GmbH Project"
Response
A project is a collection of Sources
and Knowledge Bases
with the same lifespan. If a project is deleted, all associated resources will also be deleted. Explanations
can also be assigned to Projects
for billing purposes.
The unique identifier of a Project
28
"pj_avX7imfLaPcQnv5ckvGlOEBA9"
The name of the Project
256
"Totoy GmbH Project"
Date-time of when the Project
was created, in ISO 8601 format
"2023-07-05T12:34:13Z"
Date-time of when the Project
was last modified, in ISO 8601 format
"2023-07-05T12:34:13Z"
A list of knowledge_base_ids
that are assigned to the Project
. One Project
can have multiple Knowledge Bases
.
[]
A list of source_ids
of Sources
that are assigned to the Project
.
Unique identifier for a Source
that is assigned to the Project
.
[
"src_oXiYDg8QOc9JsOk86idRXiywD",
"src_qoY7rSGkiWtn4NP8kPXc7xzrq"
]
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.
false
The usage of the Project
.
{
"assistant_messages": {
"knowledge_bases_chats": 1354,
"explanations": 1234,
"total": 2588
},
"document_sources_pages": 2534,
"text_sources": 3756
}