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
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
Create a Wardley Map from a Map ID
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
.
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
Retrieve Warnings for a specific Wardley Map
Retrieve warnings for a specific Wardley Map by providing the 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 with warnings and original Map Text
warnings
string[]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
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
name
stringevolution
stringvisibility
string
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
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
name
stringevolution
stringvisibility
string
Retrieve Anchors of a specific Wardley Map
This endpoint retrieves the anchors of a specific Wardley Map.
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
name
stringevolution
stringvisibility
string
Retrieve Pipelines of a specific Wardley Map
Retrieve the pipelines associated with a specific Wardley Map
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
name
stringevolution
stringvisibility
string
Retrieve Notes of a specific Wardley Map
Retrieve the notes of a specific Wardley Map by providing the 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
name
stringevolution
stringvisibility
string
Retrieve Annotations of a specific Wardley Map
This endpoint retrieves the annotations of a specific Wardley Map.
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
name
stringevolution
stringvisibility
string
Retrieve Map Text in OWM format of a specific Wardley Map
Retrieve the text representation of a specific Wardley Map in OWM 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
.
Request Body
map_id
string · minLength: 18 · maxLength: 18 · requiredThe ID of the Wardley Map from create.wardleymaps.ai
Responses
owmtext
string · required