Even Financial · Arazzo Workflow

Submit a lead and retrieve its rate table

Version 1.0.0

Submit a consumer lead to Engine by MoneyLion and read back the resulting rate table of offers.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyFinancial-ServicesEmbedded FinanceFintechLendingPersonal LoansCredit CardsMarketplaceRecommendation EngineLead GenerationArazzoWorkflows

Provider

even-financial

Workflows

submitLeadAndGetRateTable
Create a lead, then fetch its rate table and the stored lead.
3 steps inputs: lead outputs: leadUuid, rateTable
1
submitLead
Submit the lead and receive a rate table of offers.
2
getRateTable
Re-fetch the rate table by UUID.
3
getLead
Read the stored lead by UUID.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Submit a lead and retrieve its rate table
  version: 1.0.0
  summary: Submit a consumer lead to Engine by MoneyLion and read back the resulting rate table of offers.
  x-realizes-capability-ids:
  - BC-1320.10
  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-1320.10
      capability_name: Credit Origination Management
      spec: even-financial-lead-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: leadApi
  url: ../openapi/even-financial-lead-api-openapi.yml
  type: openapi
workflows:
- workflowId: submitLeadAndGetRateTable
  summary: Create a lead, then fetch its rate table and the stored lead.
  inputs:
    type: object
    properties:
      lead:
        type: object
        description: Applicant profile plus product search criteria (per the Lead schema).
  steps:
  - stepId: submitLead
    description: Submit the lead and receive a rate table of offers.
    operationId: submitLead
    requestBody:
      payload: $inputs.lead
    outputs:
      leadUuid: $response.body#/lead/uuid
      rateTableUuid: $response.body#/rateTable/uuid
  - stepId: getRateTable
    description: Re-fetch the rate table by UUID.
    operationId: getRateTable
    parameters:
    - name: uuid
      in: path
      value: $steps.submitLead.outputs.rateTableUuid
    outputs:
      rateTable: $response.body
  - stepId: getLead
    description: Read the stored lead by UUID.
    operationId: getLead
    parameters:
    - name: uuid
      in: path
      value: $steps.submitLead.outputs.leadUuid
    outputs:
      lead: $response.body
  outputs:
    leadUuid: $steps.submitLead.outputs.leadUuid
    rateTable: $steps.getRateTable.outputs.rateTable

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/even-financial-submit-lead-rate-table"
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.