v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBJobs
Create a job
Create a new job.
post/projects/{project_id}/jobs
Path parameters
project_idstring required
Project ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Request body
Example request
{
"branch": "my-feature-branch",
"name": "de",
"source_locale_id": "abcd1234cdef1234abcd1234cdef1234",
"briefing": "de-DE",
"due_date": "2017-08-15",
"ticket_url": "https://example.atlassian.net/browse/FOO",
"tags": [
"myUploadTag"
],
"translation_key_ids": [
"abcd1234cdef1234abcd1234cdef1234"
],
"target_locale_ids": [
"abcd1234cdef1234abcd1234cdef1234"
],
"job_template_id": "abcd1234cdef1234abcd1234cdef1234",
"autotranslate": true
}Response
Created
Example response
{
"owner": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "joe.doe",
"name": "Joe Doe"
},
"job_tag_name": "Job_123",
"source_translations_updated_at": "2020-01-01T00:00:00Z",
"source_locale": {
"id": "abcd1234cdef1234abcd1234cdef1235",
"name": "de-DE",
"code": "de-DE"
},
"locales": [
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}
],
"keys": [
{
"id": "dbcd1234cdef1234abcd1234cdef1234",
"name": "greeting.hello"
}
]
}