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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"document_id":"\u003cstring\u003e","status":"translating","seconds_remaining":"\u003cinteger\u003e","billed_characters":"\u003cinteger\u003e","error_message":"\u003cstring\u003e"}