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.
Retrieve HTML translations of uploaded documents.
GET /partner/v1/cases/{id}/translation
400
translation
Show data
queued
processing
completed
failed
Show files[]
{ "success": true, "message": "Translation retrieved", "data": { "id": "6850abc123def456ghi789", "externalId": "applicant-9876", "status": "completed", "files": [ { "uploadId": "6850def456ghi789abc123", "fileId": "file_abc", "fileName": "transcript.pdf", "status": "completed", "htmlRepresentation": "<html>...</html>", "htmlPages": ["<html>page 1</html>", "<html>page 2</html>"] } ] } }