How to embed a map canvas in your web application
Maps can be embedded as a full interactive canvas or as a static thumbnail image.
For listings and cards, use the thumbnail endpoint to get a static PNG:
id — the map ID (required)height — canvas height in pixels (default: 500)interactive — allow clicking nodes to open internotes (default: true)token — auth token for private mapsThumbnail generation is cached for 24 hours. If you update a map, the cached thumbnail may be stale until it expires.