API Documentation
- Additional Workflow Step
- Analysis
- POSTCreate analysisdeprecated
- PUTEdit analyses (batch)deprecated
- DELDelete analyses (batch)
- POSTCreate analyses by languages
- POSTCreate analyses by providers
- POSTRecalculate analysis
- GETGet analysisdeprecated
- DELDelete analysis
- GETGet analysis language part
- GETList jobs of analyses
- GETDownload analysis
- GETGet jobs analysis
- GETList analysesdeprecated
- POST
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Analysis
Create analyses by providers
POST
/
api2
/
v1
/
analyses
/
byProviders
Create analyses by providers
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/analyses/byProviders \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"type": "PreAnalyse",
"includeFuzzyRepetitions": true,
"separateFuzzyRepetitions": true,
"includeConfirmedSegments": true,
"includeNumbers": true,
"includeLockedSegments": true,
"countSourceUnits": true,
"includeTransMemory": true,
"includeNonTranslatables": true,
"includeMachineTranslationMatches": true,
"transMemoryPostEditing": true,
"nonTranslatablePostEditing": true,
"machineTranslatePostEditing": true,
"name": "<string>",
"netRateScheme": {
"id": "<string>"
},
"compareWorkflowLevel": 8,
"useProjectAnalysisSettings": true,
"callbackUrl": "<string>"
}'
Copy
Ask AI
{
"analyses": [
{
"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>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"analyse": {}
}
]
}
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Create analyses by providers
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/analyses/byProviders \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"type": "PreAnalyse",
"includeFuzzyRepetitions": true,
"separateFuzzyRepetitions": true,
"includeConfirmedSegments": true,
"includeNumbers": true,
"includeLockedSegments": true,
"countSourceUnits": true,
"includeTransMemory": true,
"includeNonTranslatables": true,
"includeMachineTranslationMatches": true,
"transMemoryPostEditing": true,
"nonTranslatablePostEditing": true,
"machineTranslatePostEditing": true,
"name": "<string>",
"netRateScheme": {
"id": "<string>"
},
"compareWorkflowLevel": 8,
"useProjectAnalysisSettings": true,
"callbackUrl": "<string>"
}'
Copy
Ask AI
{
"analyses": [
{
"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>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"analyse": {}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.