Documents

Get all page descriptions for a document

Retrieves all page descriptions associated with a document.

get/api/v0/documents/{document_id}/page-descriptions

Path parameters

document_idstring uuid required

Response

Successful Response

idinteger required

The ID of the page description

public_idstring uuid required

The public id of the page description

document_idinteger required

The document ID

page_numberinteger required

The page number (0-indexed)

descriptionstring required

The generated description for this page

page_typestring nullable

Page classification (e.g. general_document, mechanical_drawing)

created_atstring date-time required

When the description was created

updated_atstring date-time required

When the description was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.