Create a project
Create a new project in the given account.
When source_project_id is supplied, the new project is created as a clone of that project. All locales, keys, and translations are copied asynchronously after the response is returned, so they may not be available immediately. Settings from the source project are inherited unless explicitly overridden in the request; in clone mode, the shares_translation_memory field is ignored and inherited from the source.
shares_translation_memory defaults to true when omitted on a non-clone create.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
Name of the project
"My Android Project"
Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see Format Guide or our Formats API Endpoint.
"yml"
(Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: Ruby, JavaScript, AngularJS, React, iOS, Android, Python, PHP, Java, Go, Windows Phone, Rails, Node.js, .NET, Django, Symfony, Yii Framework, Zend Framework, Apple App Store Description, Google Play Description, but it can also take any other value.
"Python"
Indicates whether the project should share the account's translation memory
true
Image to identify the project
Indicates whether the project image should be deleted.
null
Account ID to specify the actual account the project should be created in. Required if the requesting user is a member of multiple accounts.
"abcd1234"
(Optional) User ID of the point of contact for the project.
"abcd1234"
When a source project ID is given, a clone of that project will be created, including all locales, keys and translations as well as the main project settings if they are not defined otherwise through the params.
"abcd1234"
(Optional) Enable machine translation support in the project. Required for Pre-Translation
true
(Optional) Enable branching in the project
true
(Optional) Protect the master branch in project where branching is enabled
true
(Optional) Otherwise, translators are not allowed to edit translations other than strings
true
(Optional) Displays the input fields for the 'ZERO' plural form for every key as well although only some languages require the 'ZERO' explicitly.
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Requires autotranslate_enabled to be true
true
(Optional) Enable autocomplete-job behavior so that newly created keys and locales are automatically added to in-progress jobs.
false
(Optional) When enabled, translations are locked once a job moves into review.
false
(Optional) Enable Smart Suggest for the project. Defaults to true when omitted.
true
(Optional) Allow Smart Suggest to source suggestions from the project glossary. Defaults to true when omitted.
true
(Optional) Allow Smart Suggest to source suggestions from machine translation. Defaults to true when omitted.
true
(Optional) Collation used when sorting translation keys alphabetically. Defaults to unicode_ci when omitted.
"unicode_ci"
(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the file_encoding parameter for Uploads.
UTF-8, UTF-16, UTF-16BE, UTF-16LE, ISO-8859-1 "UTF-8"
(Optional) CLDR plural-rule version used by the project.
"cldr48"
(Optional) List of placeholder styles enabled for the project.
["angular", "iOS"]Response
Created
{
"id": "abcd1234",
"name": "Company Account",
"slug": "company_account",
"company": "My Awesome Company",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"company_logo_url": "http://assets.example.com/company_logo.png"
}{
"id": "2e7574e8f2372906a03110c2a7cfe671",
"name": "My first space",
"created_at": "2020-02-25T12:17:25Z",
"updated_at": "2020-03-13T14:46:57Z",
"projects_count": 2
}{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}true
true
false
false
false
false
false
false
false
false
false
false
true
false
false
"UTF-8"
"legacy"
false
["angular", "iOS"]{
"name": "new-branch",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"merged_at": "2015-01-28T09:52:53Z",
"merged_by": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "joe.doe",
"name": "Joe Doe"
},
"created_by": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "joe.doe",
"name": "Joe Doe"
},
"state": "success",
"child_branches": ["feature_2", "feature_3"]
}