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
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Title for the new document. |
product | string | No | Lucid product type (default: lucidchart). |
parent | string | No | Optional parent folder ID to store the document in. |
Response
{}Fetch a Lucidchart document
Retrieve details for a specific Lucidchart document.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
document_id | string | Yes | The Lucidchart document ID to retrieve. |
Response
{}Search Lucidchart documents
Search for Lucidchart documents with optional keyword filtering.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Optional search keywords to filter documents. |
page_size | number | No | Maximum number of documents to return (1-200). |
Response
[
{}
]