Affinda · Arazzo Workflow

Affinda Configure and Embed Resume Search

Version 1.0.0

Read the resume search config, update its weights, then mint a signed embeddable search URL.

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

configure-resume-search-embed
Read, update, then embed the resume search tool.
Reads the current resume search config, writes an updated config, and creates a signed embeddable search URL.
3 steps inputs: config outputs: embed, updatedConfig
1
getConfig
Read the current resume search configuration.
2
updateConfig
Write the updated resume search configuration.
3
createEmbedUrl
Mint a signed URL for the embeddable resume search tool so it can be placed on a web page.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Affinda Configure and Embed Resume Search
  summary: Read the resume search config, update its weights, then mint a signed embeddable search URL.
  description: >-
    Prepares an embeddable Search & Match experience. The current resume search
    configuration is read, an updated configuration is written to adjust field
    weights and display options, and a signed URL is minted so the search tool can
    be embedded on a web page. 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: configure-resume-search-embed
  summary: Read, update, then embed the resume search tool.
  description: >-
    Reads the current resume search config, writes an updated config, and creates a
    signed embeddable search URL.
  inputs:
    type: object
    required:
    - config
    properties:
      config:
        type: object
        description: The resume search configuration to apply (weights, displayable fields, etc.).
  steps:
  - stepId: getConfig
    description: Read the current resume search configuration.
    operationId: getResumeSearchConfig
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      currentConfig: $response.body
  - stepId: updateConfig
    description: Write the updated resume search configuration.
    operationId: updateResumeSearchConfig
    requestBody:
      contentType: application/json
      payload: $inputs.config
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      updatedConfig: $response.body
  - stepId: createEmbedUrl
    description: >-
      Mint a signed URL for the embeddable resume search tool so it can be placed
      on a web page.
    operationId: createResumeSearchEmbedUrl
    requestBody:
      contentType: application/json
      payload:
        configOverride: $inputs.config
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      embed: $response.body
  outputs:
    updatedConfig: $steps.updateConfig.outputs.updatedConfig
    embed: $steps.createEmbedUrl.outputs.embed

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-configure-resume-search-embed-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.