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
Authorization
string · requiredThe
Authorization
header 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
owmtoml
stringThe TOML representation of the Wardley Map
Convert OWM to JSON
Converts OWM (Open Wardley Map) to JSON format.
Headers
Authorization
string · requiredThe
Authorization
header 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
owmjson
stringThe JSON representation of the Wardley Map
Convert OWM to YAML
Converts OWM (Open Wardley Map) to YAML format.
Headers
Authorization
string · requiredThe
Authorization
header 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
owmjson
stringThe YAML representation of the Wardley Map
Convert OWM to PNG
Returns a URL of an image of a Wardley Map, passed as string.
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
Successful response
image_url
string · 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
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
SVG image URL
image_url
string · requiredThe URL of the generated Wardley Map image
Convert Map ID to PNG
Generate a Wardley Map PNG from Map ID.
Headers
Authorization
string · requiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Request Body
map_id
string · minLength: 18 · maxLength: 18 · requiredThe ID of the Wardley Map from create.wardleymaps.ai
Responses
Successful response
image_url
string · requiredThe URL of the generated Wardley Map image