v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Document Access

Document Contents

Retrieves information about the contents of the requested Lucidchart or Lucidspark document.

Due to the evolving nature of Lucid documents, an unchanged document may produce varying results over time.

get/v1/documents/{id}/contents

Path parameters

idstring uuid required

ID of the document to have contents retrieved.

Response

OK with Document Content resource containing information about the requested document's content.

idstring uuid required

Document ID

titlestring required

Title of the document

product'lucidchart' | 'lucidscale' | 'lucidspark' required

The Lucid Suite product that a document was created in.

accountIdinteger required

ID of Lucid account that owns the document

Example response

{
  "id": "8e7b19ec-27ff-40e3-beb8-03f51b1661b2",
  "title": "document title",
  "product": "lucidchart",
  "pages": [],
  "accountId": 1234,
  "data": {
    "collections": []
  }
}