Skip to main content
GET
Create Document Result Check

Authorizations

X-API-Key
string
header
required

Path Parameters

request_id
string
required

Cookies

wos-session
string
datalab_active_team
string

Response

Successful Response

Response model for create document endpoint.

status
string
required

The status of the request. Should be 'complete' when the request is done.

result_url
string | null

Signed URL for downloading the completed result JSON when direct result download is required.

expires_in
integer | null

Number of seconds until result_url expires.

success
boolean | null

Whether the document creation was successful.

error
string | null

Error message if document creation failed.

output_format
string | null

Output format: 'docx'.

output_base64
string | null

Base64-encoded document (DOCX).

runtime
number | null

Processing time in seconds.

page_count
integer | null

Number of pages in the document.

cost_breakdown
Cost Breakdown · object | null

A dictionary of the cost breakdown of this request.

versions

A dictionary of the versions of the libraries used in the request.