API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- POSTCreate projectdeprecated
- POSTCreate project from template (async)
- POSTCreate project from template
- PUTEdit project
- GETGet access and security settings
- PUTEdit access and security settings
- GETList analyses by projectdeprecated
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- POSTGet suggested providers
- PUTEdit quality assurance settings
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETGet workflow steps
- POST
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Project
Create project from template (async)
POST
/
api2
/
v2
/
projects
/
applyTemplate
/
async
/
{templateUid}
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/applyTemplate/async/{templateUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"callbackUrl": "<string>"
}'
Copy
Ask AI
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
]
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"reference": {
"uid": "<string>",
"type": "JOB"
}
}
Path Parameters
Body
application/json
Response
202
application/json
Accepted
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/applyTemplate/async/{templateUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"callbackUrl": "<string>"
}'
Copy
Ask AI
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
]
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"reference": {
"uid": "<string>",
"type": "JOB"
}
}
Assistant
Responses are generated using AI and may contain mistakes.