POST
/
api2
/
v1
/
bilingualFiles
/
compare
Compare bilingual file
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/bilingualFiles/compare \
  --header 'Content-Type: application/octet-stream' \
  --data '{}'
{
  "segments": [
    {
      "uid": "<string>",
      "state": "Miss"
    }
  ]
}

Query Parameters

workflowLevel
integer
default:1
Required range: 1 <= x <= 15

Body

application/octet-stream · object

Response

200
application/json

successful operation

The response is of type object.