Wardley Mapping Developer Portal
Wardley Maps Crew API (ALPHA)

Wardley Maps Online (create.wardleymaps.ai)

Endpoint:https://api.wardleymaps.ai

Operations related to Wardley Maps Online


Save a Wardley Map to create.wardleymaps.ai

POST
https://api.wardleymaps.ai
/v2/maps/save

Saves the provided Wardley Map data to the create.wardleymap.ai and returns a link to edit the map.

Save a Wardley Map to create.wardleymaps.aiHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Save a Wardley Map to create.wardleymaps.aiRequest Body

  • textstring · required

    The Online Wardley Map (OWM) in text format.

Save a Wardley Map to create.wardleymaps.aiResponses

Map saved successfully

  • map_idstring · required

    A unique identifier for the map, generated by the server.

  • edit_urlstring · required

    URL for editing the Wardley Map.


Get a Wardley Map from create.wardleymaps.ai

GET
https://api.wardleymaps.ai
/v2/maps/fetch

Get a Wardley Map from create.wardleymaps.ai.

Get a Wardley Map from create.wardleymaps.aiquery Parameters

  • idstring · required

    The Wardley Map ID to fetch.

Get a Wardley Map from create.wardleymaps.aiHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get a Wardley Map from create.wardleymaps.aiResponses