Skip to main content
GET
Get Content Metadata

Authorizations

Authorization
string
header
required

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

Path Parameters

datastore_id
string<uuid>
required
content_id
required

Query Parameters

cursor
string

Response

Successful Response

Content type

x0
number
required

X coordinate of the top left corner on the bounding box.

y0
number
required

Y coordinate of the top left corner on the bounding box.

x1
number
required

X coordinate of the bottom right corner on the bounding box.

y1
number
required

Y coordinate of the bottom right corner on the bounding box.

page
integer
required

Page number of the content.

page_img
string
required

Image of the page on which the content occurs.

width
number
required

Width of the image.

height
number
required

Height of the image.

content_id
string<uuid>
required

Id of the content.

document_id
string<uuid>
required

Id of the document which the content belongs to.

content_text
string
required

Text of the content.

content_type
string
default:unstructured
Allowed value: "unstructured"