Sensible · Arazzo Workflow

Sensible Extract Reference Text Then List

Version 1.0.0

Pull all standardized text from a reference document, then list the document type's reference documents.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArazzoWorkflows

Provider

sensible-so

Workflows

extract-reference-text-then-list
Extract standardized text from a reference document and then list the reference documents in the type.
Extracts all text from a named reference document by document type name, then lists the reference documents registered in the document type by id.
2 steps inputs: apiKey, golden, typeId, typeName outputs: pages, referenceDocuments
1
extractReferenceText
Extract all the text (lines) from the named reference document as standardized page output.
2
listReferenceDocuments
List every reference document registered in the document type so the caller can see the full reference set.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sensible Extract Reference Text Then List
  summary: Pull all standardized text from a reference document, then list the document type's reference documents.
  description: >-
    A reference-document inspection flow. The workflow extracts all the text
    (lines) from a named reference document in a document type as standardized
    page output, which is useful when authoring SenseML against a known
    document, and then lists every reference document registered in that type
    using its id so the caller can see the full reference set. Every step spells
    out its request inline, including the Bearer authorization.
  version: 1.0.0
sourceDescriptions:
- name: referenceDocumentApi
  url: ../openapi/sensible-so-reference-document-api-openapi.yml
  type: openapi
workflows:
- workflowId: extract-reference-text-then-list
  summary: Extract standardized text from a reference document and then list the reference documents in the type.
  description: >-
    Extracts all text from a named reference document by document type name,
    then lists the reference documents registered in the document type by id.
  inputs:
    type: object
    required:
    - apiKey
    - typeName
    - typeId
    - golden
    properties:
      apiKey:
        type: string
        description: Sensible API key used as the Bearer token.
      typeName:
        type: string
        description: User-friendly document type name for the text extraction.
      typeId:
        type: string
        description: The document type id (v4 UUID) used to list reference documents.
      golden:
        type: string
        description: User-friendly name of the reference document to extract text from.
  steps:
  - stepId: extractReferenceText
    description: >-
      Extract all the text (lines) from the named reference document as
      standardized page output.
    operationId: extract-all-text-from-reference-document
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.apiKey"
    - name: type-name
      in: path
      value: $inputs.typeName
    requestBody:
      contentType: application/json
      payload:
        golden: $inputs.golden
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pages: $response.body#/pages
  - stepId: listReferenceDocuments
    description: >-
      List every reference document registered in the document type so the
      caller can see the full reference set.
    operationId: list-reference-documents
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.apiKey"
    - name: type-id
      in: path
      value: $inputs.typeId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      referenceDocuments: $response.body
  outputs:
    pages: $steps.extractReferenceText.outputs.pages
    referenceDocuments: $steps.listReferenceDocuments.outputs.referenceDocuments

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/sensible-so-extract-reference-text-then-list-workflow"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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