v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Estimates

Generate Cost Estimate Report for the Job

Generate Cost Estimate Report for the Job

post/estimates-api/v2/projects/{projectId}/jobs/{translationJobUid}/reports/cost

Path parameters

projectIdstring required

A unique project identifier.

translationJobUidstring required

A unique translation job identifier.

Request body

contentType'TRANSLATION' | 'ALL_CONTENT' | 'CLAIMING' | 'UNAUTHORIZED'
tagsstring[]
fuzzyProfileUidstring

Example request

{
  "tags": [
    "tag1",
    "tag2"
  ],
  "localeWorkflows": [
    {
      "workflowUid": "8312172ed60d",
      "targetLocaleId": "de-DE"
    }
  ],
  "localeWorkflowStepsFilter": [
    {
      "workflowStepUid": "8312172ed60d",
      "targetLocaleId": "de-DE"
    }
  ]
}

Response

OK