Translation Task API
Vertaling ophalen
/v1/translation/queryTextsOntvang de door het systeem geëxtraheerde een-op-een overeenkomende brontekst en vertaling, geretourneerd in JSON-formaat
Voorbeeld
curl
1curl -X POST 'https://dltranslator.com/api/v1/translation/queryTexts' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5 "taskId": "[string]"
6}'Verzoekparameters
| Parameters | Type | Standaard | Beschrijving | Voorbeeld |
|---|---|---|---|---|
| *taskId | String | - | Vertaalopdracht-ID | - |
Reactie
| Parameters | Type | Standaard | Beschrijving | Voorbeeld |
|---|---|---|---|---|
| taskId | String | - | Vertaalopdracht-ID | - |
| texts | JSON | - | JSON van corresponderende brontekst en vertaling | - |
| revisedTexts | JSON | - | Herziene brontekst en vertaling | - |