Lucidchart logo

Lucidchart

Lucidchart is a web-based intelligent diagramming application by Lucid Software, part of the Lucid Visual Collaboration Suite (Lucidchart, Lucidspark, Lucidscale). The Lucid Developer Platform exposes a REST API for documents/folders/collaborators/content, an Extension API for in-editor extensions, an Embed SDK for embedding diagrams in external apps, and a SCIM API for enterprise provisioning.

7 APIs 0 Features
ProductivityDiagrammingVisualizationVisual WorkspaceSaaS

APIs

Lucid REST API

Programmatically create, search, read, copy, trash, and restore Lucid documents and folders. Manage collaborators and document permissions. Transfer content (import/export) and ...

Lucid Document Content / Import-Export API

Read structured document content (shapes, lines, pages) and import standard formats (Visio VSDX, Gliffy, draw.io, Mermaid, AWS architecture). Export to PNG, PDF, JPEG, SVG, and ...

Lucid Embed SDK & API

Embed Lucid diagrams and whiteboards into external apps with read-only or interactive viewing, and listen to events such as page change and shape selection.

Lucid Extension API

Build extensions that run inside Lucidchart, Lucidspark, and Lucidscale editors. Read and modify canvas content, import data, and ship custom shape libraries via the lucid-packa...

Lucid OAuth 2.0 API

OAuth 2.0 authorization-code flow used by all Lucid REST API integrations to obtain user-scoped access tokens.

Lucid SCIM API

SCIM 2.0 API for Enterprise customers. Provisions users and groups from Okta, Azure AD, OneLogin, and other IdPs across the Lucid Visual Collaboration Suite.

Lucid Webhooks API

Subscribe to events on documents and folders (create, update, trash, restore) and receive HTTP callbacks at your endpoint.

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
💰
Pricing
Pricing
👥
GitHub
GitHub
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
aid: lucidchart
url: https://raw.githubusercontent.com/api-evangelist/lucidchart/refs/heads/main/apis.yml
name: Lucidchart
x-type: company
description: >-
  Lucidchart is a web-based intelligent diagramming application by Lucid Software, part of the Lucid Visual Collaboration Suite (Lucidchart, Lucidspark, Lucidscale). The Lucid Developer Platform exposes a REST API for documents/folders/collaborators/content, an Extension API for in-editor extensions, an Embed SDK for embedding diagrams in external apps, and a SCIM API for enterprise provisioning.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Productivity
  - Diagramming
  - Visualization
  - Visual Workspace
  - SaaS
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
  - aid: lucidchart:lucid-rest-api
    name: Lucid REST API
    tags:
      - Documents
      - Folders
      - REST
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/api/v1/
    baseURL: https://api.lucid.co
    properties:
      - url: https://developer.lucid.co/
        type: Documentation
      - url: https://developer.lucid.co/api/v1/
        type: API Reference
    description: >-
      Programmatically create, search, read, copy, trash, and restore Lucid documents and folders. Manage collaborators and document permissions. Transfer content (import/export) and embed Lucid documents in other apps.
  - aid: lucidchart:lucid-content-api
    name: Lucid Document Content / Import-Export API
    tags:
      - Content
      - Import
      - Export
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/api/v1/
    baseURL: https://api.lucid.co
    properties:
      - url: https://developer.lucid.co/api/v1/
        type: API Reference
    description: >-
      Read structured document content (shapes, lines, pages) and import standard formats (Visio VSDX, Gliffy, draw.io, Mermaid, AWS architecture). Export to PNG, PDF, JPEG, SVG, and CSV.
  - aid: lucidchart:lucid-embed-api
    name: Lucid Embed SDK & API
    tags:
      - Embed
      - SDK
      - Browser
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/embed-sdk/
    baseURL: https://lucid.app
    properties:
      - url: https://developer.lucid.co/embed-sdk/
        type: Documentation
    description: >-
      Embed Lucid diagrams and whiteboards into external apps with read-only or interactive viewing, and listen to events such as page change and shape selection.
  - aid: lucidchart:lucid-extension-api
    name: Lucid Extension API
    tags:
      - Extensions
      - SDK
      - In-Editor
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/extension-api/
    baseURL: https://api.lucid.co
    properties:
      - url: https://developer.lucid.co/extension-api/
        type: Documentation
      - url: https://www.npmjs.com/package/lucid-extension-sdk
        type: SDK
    description: >-
      Build extensions that run inside Lucidchart, Lucidspark, and Lucidscale editors. Read and modify canvas content, import data, and ship custom shape libraries via the lucid-package CLI.
  - aid: lucidchart:lucid-oauth-api
    name: Lucid OAuth 2.0 API
    tags:
      - OAuth
      - Authorization
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/api/v1/#section/Authentication
    baseURL: https://lucid.app
    properties:
      - url: https://developer.lucid.co/api/v1/#section/Authentication
        type: Documentation
    description: >-
      OAuth 2.0 authorization-code flow used by all Lucid REST API integrations to obtain user-scoped access tokens.
  - aid: lucidchart:lucid-scim-api
    name: Lucid SCIM API
    tags:
      - SCIM
      - Identity
      - Provisioning
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/scim-api/
    baseURL: https://users.lucid.app/scim/v2
    properties:
      - url: https://developer.lucid.co/scim-api/
        type: API Reference
    description: >-
      SCIM 2.0 API for Enterprise customers. Provisions users and groups from Okta, Azure AD, OneLogin, and other IdPs across the Lucid Visual Collaboration Suite.
  - aid: lucidchart:lucid-webhooks-api
    name: Lucid Webhooks API
    tags:
      - Webhooks
      - Events
    image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
    humanURL: https://developer.lucid.co/api/v1/#tag/Events
    baseURL: https://api.lucid.co
    properties:
      - url: https://developer.lucid.co/api/v1/#tag/Events
        type: API Reference
    description: >-
      Subscribe to events on documents and folders (create, update, trash, restore) and receive HTTP callbacks at your endpoint.
common:
  - type: Website
    url: https://www.lucidchart.com/
  - type: DeveloperPortal
    url: https://developer.lucid.co/
  - type: Pricing
    url: https://www.lucidchart.com/pages/pricing/lucidchart
  - type: GitHub
    url: https://github.com/lucidsoftware
  - type: Plans
    url: plans/lucidchart-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/lucidchart-rate-limits.yml
  - type: FinOps
    url: finops/lucidchart-finops.yml
maintainers:
  - FN: Kin Lane
    email: [email protected]