Authorizations
Body
The Project resource to create.
A name for the Project.
"My new project"
The Memory to associate with this new Project.
1234
The Job to associate with this new Project. If a Job ID is not provided then a new Job will be created to contain the Project.
1234
The due date. Measured in seconds since the Unix epoch.
1489147692
A JSON object of key/value string pairs. Stores custom project information.
{
"connectorType": "github",
"notes": "example metadata"
}
The workflow template used to create this project. WorkflowTemplateIds can be retrieved via the /workflows/templates endpoint. If not specified then the organization default workflowTemplateId will be used.
14
Name of the workflow for the project, if a workflowTemplateId is passed, this field will be ignored.
"Translate > Review"
The LLM provider to use for the project. Defaults to "neural".
"neural"
External model ID, if any. Must match the chosen llm_provider.
111
Whether the documents in this project contain ICU plural forms.
false
Whether to require batch QA from the translator side.
false
Whether to enable prompt labeling for the project.
false
(Optional) A specialized job type for advanced features.
TRANSLATION
, PROMPT_RESPONSE
(Optional) Additional instructions or guidelines.
"Provide consistent style across all chapters."
Whether the project is enhanced with AI optimization.
false
A domain ID to categorize this project under.
234
Response
A Project object.
A Project is a collection of zero or more Documents. It is specific to a language pair, and is associated with exactly one Memory for that language pair. The Memory association cannot be changed after the Project is created.
A unique number identifying the Project.
448
A unique number identifying the associated Memory.
1234
A unique number identifying the associated Job.
1234
An ISO 639-1 language identifier.
"en"
An ISO 639-1 language identifier.
"fr"
A locale identifier, supported for srclang.
"US"
A locale identifier, supported for trglang.
"FR"
A name for the project.
"My New Project"
The project's state. The possible states are backlog
, inProgress
, inReview
, inQA
, and done
.
"backlog"
The due date. Measured in seconds since the Unix epoch.
1489147692
The archived state of the Project.
false
A JSON object of key/value string pairs. Stores custom project information.
{
"connectorType": "github",
"notes": "example metadata"
}
The project's sample review percentage.
20
Time at which the object was created. Measured in seconds since the Unix epoch.
1489147692
Time at which the object was created. Measured in seconds since the Unix epoch.
1489147692
The status of the Workflow for the current project. This may not be present for all project endpoints even with workflows enabled.
READY_TO_START
, IN_PROGRESS
, DONE
"READY_TO_START"
A list of Documents.