Lucidchart
Available Tools
Get a specific user’s collaboration details on a document, including their role.
Remove a user’s access to a document. This revokes all their permissions on the document.
List all user collaborators on a document with their roles. Supports pagination via cursor.
Get a specific user’s collaboration details on a folder, including their role.
Remove a user’s access to a folder. This revokes all their permissions on the folder.
List all user collaborators on a folder with their roles. Supports pagination via cursor.
Create a new Lucid document. Specify the product type (lucidchart, lucidspark, or lucidscale) and optional parent…
Get a document by its UUID. Returns document metadata including title, URLs, version, page count, and owner info.
Get the full contents of a document including all pages, shapes, lines, and groups. Useful for reading diagram content.
Search for documents by product type, keywords, creation date, or last modified date. Supports pagination via cursor.
Move a document to the trash by its UUID. The document can be restored by an admin.
Export a document page as a PNG or JPEG image. Returns base64-encoded image data. Optionally specify page, crop area…
Create a new folder in Lucid. Specify the folder name, type (folder or team), and optional parent folder ID.
Get a folder by its ID. Returns folder metadata including name, type, parent, and creation date.
Update a folder’s name or parent. Provide the folder ID and the fields to update.
Move a folder to the trash by its ID. The folder can be restored later.
Restore a folder from trash by its ID.
Search for folders by type and keywords. Supports pagination via cursor. Use cursor from page_info for next page.
List the contents of a folder (documents, subfolders). Supports pagination via cursor.
List the contents of the root folder. Returns documents and folders at the top level. Supports pagination.
Create a share link for a document. Specify the role (editandshare, edit, comment, view) and optional security settings.
Get a specific share link for a document by its link ID.
Update a document share link’s role or security settings.
Delete a share link from a document, revoking access for anyone who has it.
Create a share link for a folder. Specify the role (editandshare, edit, comment, view) and optional security settings.
Get a specific share link for a folder by its link ID.
Update a folder share link’s role or security settings.
Delete a share link from a folder, revoking access for anyone who has it.
Get the profile of the currently authenticated user, including account ID, username, email, and full name.
Validate Lucidchart API credentials by making a test request to the user profile endpoint.