Fastest setup: Connect HumanMirror in 30 seconds →

HUMANMIRROR FLOW · DOCS

One mission. Two or three verified steps. One charge.

Free quote, 12 credits only on verified whole-mission success, full Flow refund if any step or final proof fails.

REST quote

POST https://humanmirror.fr/api/flow/quote/
Content-Type: application/json

{
  "steps":[
    {"outcome_type":"deduplicate_records","input":[{"id":1},{"id":1},{"id":2}]},
    {"outcome_type":"data_quality_at_least","input_from":"previous","criteria":{"min_score":50}}
  ]
}

REST run

POST https://humanmirror.fr/api/flow/run/
Authorization: Bearer hm_nexus_YOUR_KEY
Content-Type: application/json

{ ...same Flow contract... }

MCP

https://humanmirror.fr/api/flow/mcp/

Tool:
humanmirror_flow

Set dry_run=true for a free quote.