Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://eval-api.trential.dev/partner/v1/cases/{id}/translation \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "files": [ { "uploadId": "<string>", "fileId": "<string>", "fileName": "<string>", "htmlRepresentation": "<string>", "htmlPages": [ "<string>" ] } ], "externalId": "<string>" } }
Returns HTML translations of each uploaded file, per upload, with per-page output.
Partner API key. Also accepted as Authorization: Bearer <key>.
Authorization: Bearer <key>
TruEnroll case ID.
Translation result.
true
Show child attributes