API endpoints related to Open Wardley Maps
Create a Wardley Map from Map Text
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
Create a Wardley Map from a Map ID
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.
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
Retrieve Warnings for a specific Wardley Map
Retrieve warnings for a specific Wardley Map by providing the 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 with warnings and original Map Text
warningsstring[]List of warnings found in the map
Retrieve Components of a specific Wardley Map
Retrieve the components of a specific Wardley Map by providing the 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
namestringevolutionstringvisibilitystring
Retrieve details of a specific component of a Wardley Map
This endpoint allows users to retrieve details of a specific component of a Wardley Map.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
namestringevolutionstringvisibilitystring
Retrieve Anchors of a specific Wardley Map
This endpoint retrieves the anchors of a specific Wardley Map.
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
namestringevolutionstringvisibilitystring
Retrieve Pipelines of a specific Wardley Map
Retrieve the pipelines associated with a specific Wardley Map
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
namestringevolutionstringvisibilitystring
Retrieve Notes of a specific Wardley Map
Retrieve the notes of a specific Wardley Map by providing the 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
namestringevolutionstringvisibilitystring
Retrieve Annotations of a specific Wardley Map
This endpoint retrieves the annotations of a specific Wardley Map.
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
namestringevolutionstringvisibilitystring
Retrieve Map Text in OWM format of a specific Wardley Map
Retrieve the text representation of a specific Wardley Map in OWM format.
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
owmtextstring · required