Landmark Information Group · Arazzo Workflow

Order a Landmark compliance check and collect the result

Version 1.0.0

Place a compliance product order, poll it to completion, read the result and download the result document.

1 workflow 1 source API 1 provider
View Spec View on GitHub Real-EstateUnited KingdomPropTechProperty DataConveyancingLand RegistryGeospatialValuationAnti-Money LaunderingPlanning DataMortgageArazzoWorkflows

Provider

landmark-information

Workflows

order-compliance-check
Create a compliance order, wait for it to complete, then retrieve the result and its document.
4 steps inputs: orderRequest outputs: orderId, status
4
downloadDocument
Fetch and store the result document immediately - this operation returns 410 Gone once the document expires.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Order a Landmark compliance check and collect the result
  version: 1.0.0
  summary: Place a compliance product order, poll it to completion, read the result and download the result document.
  x-realizes-capability-ids:
  - BC-4990.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4990.30
      capability_name: Real Estate AML & Sanctions Compliance
      spec: landmark-information-order-experience-api-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: orderExperienceApiApi
  url: ../openapi/landmark-information-order-experience-api-api-openapi.yml
  type: openapi
workflows:
- workflowId: order-compliance-check
  summary: Create a compliance order, wait for it to complete, then retrieve the result and its document.
  inputs:
    type: object
    required:
    - orderRequest
    properties:
      orderRequest:
        type: object
        description: Product-specific create order request body.
  steps:
  - stepId: createOrder
    operationId: order-experience-create-order
    requestBody:
      contentType: application/json
      payload: $inputs.orderRequest
    successCriteria:
    - condition: $statusCode == 202
    outputs:
      orderId: $response.body#/orderId
  - stepId: pollStatus
    operationId: order-experience-get-order-status
    parameters:
    - name: orderId
      in: path
      value: $steps.createOrder.outputs.orderId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
  - stepId: readOrder
    operationId: order-experience-get-order
    parameters:
    - name: orderId
      in: path
      value: $steps.createOrder.outputs.orderId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      order: $response.body
      documentId: $response.body#/documents/0/documentId
  - stepId: downloadDocument
    operationId: order-experience-download-order-documents
    description: Fetch and store the result document immediately - this operation returns 410 Gone once the document expires.
    parameters:
    - name: orderId
      in: path
      value: $steps.createOrder.outputs.orderId
    - name: documentId
      in: path
      value: $steps.readOrder.outputs.documentId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    orderId: $steps.createOrder.outputs.orderId
    status: $steps.pollStatus.outputs.status

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/landmark-information-order-compliance-check"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.