GET
/
api
/
document
/
{document_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_id
integer
required

The unique ID of the Document

Response

200 - application/json
annotation_ids
integer[]
required

Unique IDs of Annotations made on this Document

annotations
object[]

Detailed Annotations made on this Document

comments
object[]

Detailed comments made on the Annotations

created_at
string
required

Creation time, by UTC

csl
object
required

CSL reference info for internal use

doctype
string
required

Type of file, such as pdf, txt, etc.

file_resource_size
integer
required

Size of extracted information

file_size
integer
required

Size of original file

filename
string

Name of original file

id
integer
required

Unique ID of the Document

is_trash
boolean
required

Is the Document in Workspace trash

keywords
any[]

Keywords for internal use

meta
object
required

Metadata, for internal use

modified_at
string
required

Modification time, by UTC

modified_by
integer
required

Last user to modify

organization_id
integer
required

Unique ID of Organization

pages
integer
required

Number of pages in Document

ranking
integer

Search ranking if applicable

resource_size
integer
required

Internal resource usage

resource_stats
object

Detailed description of disk usage by a given Document

snippet
string

Snippet found through search, if applicable

span
integer[]

For UI use

status
object
required

Processing status of Document

suggested_tags
object[]

Auto suggested tags

tag_ids
integer[]
required

IDs of tags on this Document

tasks
object[]

Queued tasks associated with this Document

ui
object
required

UI information for internal use

use_ocr
boolean
required

Whether or not to use OCR on this Document. Leave as False except for images

user
object
required