Check Document Status

POST {{baseUrl}}/document/:document_id

Retrieve the current status of a document translation process. If the translation is still in progress, the estimated time remaining is also included in the response.

Request Body

[{"name"=>"document_key", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;document_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;translating&quot;,&quot;seconds_remaining&quot;:&quot;\u003cinteger\u003e&quot;,&quot;billed_characters&quot;:&quot;\u003cinteger\u003e&quot;,&quot;error_message&quot;:&quot;\u003cstring\u003e&quot;}