Affinda · Arazzo Workflow

Affinda Job Description Search and Detail

Version 1.0.0

Run a job description search using a resume and fetch the detail for the top matching role.

1 workflow 1 source API 1 provider
View Spec View on GitHub Artificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows

Provider

affinda

Workflows

job-description-search-and-detail
Search job descriptions by resume and get the detail for the top match.
Creates a job description search scoped to the supplied indices and resume, then fetches the detailed breakdown for the highest-ranked job description.
2 steps inputs: indices, resume outputs: count, detail, topResultIdentifier
1
createJobDescriptionSearch
Create a job description search matching roles to the supplied resume within the chosen indices.
2
getTopMatchDetail
Fetch the detailed match breakdown for the top-ranked job description against the same resume.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Affinda Job Description Search and Detail
  summary: Run a job description search using a resume and fetch the detail for the top matching role.
  description: >-
    The reverse Search & Match pattern: matching a candidate to open roles. A job
    description search is created from a parsed resume across one or more indices,
    returning ranked job descriptions, and the detailed match breakdown for the
    top-ranked role is then retrieved. Every step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-300.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-300.10
      capability_name: Talent Acquisition Management
      spec: affinda-search-match-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: searchMatchApi
  url: ../openapi/affinda-search-match-api-openapi.yml
  type: openapi
workflows:
- workflowId: job-description-search-and-detail
  summary: Search job descriptions by resume and get the detail for the top match.
  description: >-
    Creates a job description search scoped to the supplied indices and resume,
    then fetches the detailed breakdown for the highest-ranked job description.
  inputs:
    type: object
    required:
    - indices
    - resume
    properties:
      indices:
        type: array
        description: The index names to search within.
        items:
          type: string
      resume:
        type: string
        description: The identifier of the parsed resume to match roles against.
  steps:
  - stepId: createJobDescriptionSearch
    description: >-
      Create a job description search matching roles to the supplied resume within
      the chosen indices.
    operationId: createJobDescriptionSearch
    requestBody:
      contentType: application/json
      payload:
        indices: $inputs.indices
        resume: $inputs.resume
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      count: $response.body#/count
      topResultIdentifier: $response.body#/results/0/identifier
  - stepId: getTopMatchDetail
    description: >-
      Fetch the detailed match breakdown for the top-ranked job description against
      the same resume.
    operationId: getJobDescriptionSearchDetail
    parameters:
    - name: identifier
      in: path
      value: $steps.createJobDescriptionSearch.outputs.topResultIdentifier
    requestBody:
      contentType: application/json
      payload:
        indices: $inputs.indices
        resume: $inputs.resume
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      detail: $response.body
  outputs:
    count: $steps.createJobDescriptionSearch.outputs.count
    topResultIdentifier: $steps.createJobDescriptionSearch.outputs.topResultIdentifier
    detail: $steps.getTopMatchDetail.outputs.detail

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/affinda-job-description-search-and-detail-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.