Lodol Docs

Lucidchart

API actions for the Lucidchart integration.

Lucidchart

Create, duplicate, comment on, and organize Lucidchart documents.


Create a Lucidchart document

Create a new Lucidchart document with an optional parent folder.

Parameters

ParameterTypeRequiredDescription
titlestringYesTitle for the new document.
productstringNoLucid product type (default: lucidchart).
parentstringNoOptional parent folder ID to store the document in.

Response

{}

Fetch a Lucidchart document

Retrieve details for a specific Lucidchart document.

Parameters

ParameterTypeRequiredDescription
document_idstringYesThe Lucidchart document ID to retrieve.

Response

{}

Search Lucidchart documents

Search for Lucidchart documents with optional keyword filtering.

Parameters

ParameterTypeRequiredDescription
querystringNoOptional search keywords to filter documents.
page_sizenumberNoMaximum number of documents to return (1-200).

Response

[
  {}
]

On this page