Diagrams
Export PNG
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
Diagrams
Export PNG
Use the /export/image endpoint instead
POST
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
diagrams
/
{diagramId}
/
export
/
png
curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/diagrams/{diagramId}/export/png \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"filename": "<string>",
"flowId": "<string>",
"flowParentIds": [
"<string>"
],
"flowPathIds": [
"<string>"
],
"name": "<string>",
"organizationId": "<string>",
"overlayGroupId": "<string>",
"overlayIdsFocused": [
"<string>"
],
"overlayIdsHidden": [
"<string>"
],
"overlayIdsPinned": [
"<string>"
],
"overlayTab": "tags",
"theme": "light"
}'
{
"url": "<string>"
}
Headers
Body
application/json
Available options:
tags
, technology
, status
, teams
Available options:
light
, dark
Response
200
application/json
OK
curl --request POST \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/diagrams/{diagramId}/export/png \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"filename": "<string>",
"flowId": "<string>",
"flowParentIds": [
"<string>"
],
"flowPathIds": [
"<string>"
],
"name": "<string>",
"organizationId": "<string>",
"overlayGroupId": "<string>",
"overlayIdsFocused": [
"<string>"
],
"overlayIdsHidden": [
"<string>"
],
"overlayIdsPinned": [
"<string>"
],
"overlayTab": "tags",
"theme": "light"
}'
{
"url": "<string>"
}