API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Job
Pseudo-translate job
POST
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
pseudoTranslate
Pseudo-translate job
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/pseudoTranslate \
--header 'Content-Type: application/json' \
--data '{
"jobParts": {
"jobs": [
{
"uid": "<string>"
}
]
},
"pseudoTranslate": {
"replacement": "<string>",
"prefix": "<string>",
"suffix": "<string>",
"length": 123,
"keyHashPrefixLen": 9,
"substitution": [
{
"source": "<string>",
"target": "<string>"
}
]
}
}'
Was this page helpful?
Pseudo-translate job
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/pseudoTranslate \
--header 'Content-Type: application/json' \
--data '{
"jobParts": {
"jobs": [
{
"uid": "<string>"
}
]
},
"pseudoTranslate": {
"replacement": "<string>",
"prefix": "<string>",
"suffix": "<string>",
"length": 123,
"keyHashPrefixLen": 9,
"substitution": [
{
"source": "<string>",
"target": "<string>"
}
]
}
}'
Assistant
Responses are generated using AI and may contain mistakes.