API Reference
Create Document Result Check
Poll this endpoint to check status of a Create Document request and retrieve the generated document
GET
Create Document Result Check
Documentation Index
Fetch the complete documentation index at: https://documentation.datalab.to/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Response
Successful Response
Response model for create document endpoint.
The status of the request. Should be 'complete' when the request is done.
Whether the document creation was successful.
Error message if document creation failed.
Output format: 'docx'.
Base64-encoded document (DOCX).
Processing time in seconds.
Number of pages in the document.
A dictionary of the cost breakdown of this request.
A dictionary of the versions of the libraries used in the request.
Previous
Convert Result CheckPoll this endpoint to check the status of a Convert request and retrieve the converted document.
Next
Create Document Result Check