Convert from one Wardley Mapping format to another
Convert OWM to TOML
Converts an OWM (Open Wardley Map) to TOML (Tom's Obvious, Minimal Language)
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
TOML version of the Wardley Map
owmtomlstringThe TOML representation of the Wardley Map
Convert OWM to JSON
Converts OWM (Open Wardley Map) to JSON format.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
JSON version of the Wardley Map
owmjsonstringThe JSON representation of the Wardley Map
Convert OWM to YAML
Converts OWM (Open Wardley Map) to YAML format.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
YAML version of the Wardley Map
owmjsonstringThe YAML representation of the Wardley Map
Convert OWM to PNG
Returns a URL of an image of a Wardley Map, passed as string.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Successful response
image_urlstring · requiredThe URL of the generated Wardley Map image
Convert OWM to SVG
Converts a Wardley Map in Open Wardley Map (OWM) format to an SVG image.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
SVG image URL
image_urlstring · requiredThe URL of the generated Wardley Map image
Convert Map ID to PNG
Generate a Wardley Map PNG from Map ID.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
map_idstring · minLength: 18 · maxLength: 18 · requiredThe ID of the Wardley Map from create.wardleymaps.ai
Responses
Successful response
image_urlstring · requiredThe URL of the generated Wardley Map image