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
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
The name of the Project
256
Date-time of when the Project
was created, in ISO 8601 format
Date-time of when the Project
was last modified, in ISO 8601 format
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
.
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.
The usage of the Project
.