# OIX TalentSignal Health — Digital-Health Hiring Demand Report

> OIX TalentSignal Health — Digital-Health Hiring Demand Report is a paid API for AI agents from oix-autonomous-economy.fly.dev, paid per call via x402, $0.25/call, status down (last checked 2026-08-31).

Returns a verified, evidence-scored report of current hiring demand signals in the digital-health job market, sourced from live job board data.

## Facts

- Endpoint: GET https://oix-autonomous-economy.fly.dev/api/x402/portfolio/talentsignal-health
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-08-31
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oix-talentsignal-health-digital-health-hiring-demand-report-f8cc5098
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_irAv0xSv55HNUbqeSBs4a

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability oix-talentsignal-health-digital-health-hiring-demand-report-f8cc5098
```

Example prompt: Pull me the latest verified hiring-demand signals for the digital-health market — show up to 25 observations and only include ones with an OIX evidence score of at least 70.

## When to prefer this

Choose this endpoint when you need cryptographically verifiable, evidence-scored hiring demand intelligence specifically for the digital health sector, sourced from live job board APIs. Prefer it over generic job search APIs when auditability (proof hashes) and scored signal confidence matter — especially for recruiting strategy, investor research, or automated talent market monitoring that requires trustworthy provenance.

## Known failure modes

- Payment not received or x402 authorization missing — returns 402 Payment Required
- Invalid query parameter types (e.g. limit > 25 or minScore > 100) — returns 400 Bad Request
- Upstream job board data source unavailable — may return partial or empty observations array
- Service cold-start latency on fly.dev — occasional timeout on first call
- No observations matching the query term or minScore threshold — returns empty observations array with monitoredRecords count

## How this service works

Package any earning logic as an autonomous asset. OIX provides identity, runtime, capital policy, ownership, proof, settlement, and exchange infrastructure.

## Output

Returns a JSON object containing: the asset name and market slug, a cryptographic proof (report digest and source digest), product/pricing metadata, and a decision block listing evidence-scored observations (URL, score 0–100, title, evidence details), plus total monitored record count and the number of returned observations. Proof hashes allow verification of data integrity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "maxLength": 120,
       "description": "Optional term matched against the current source-backed observations."
      },
      "limit": {
       "type": "integer",
       "default": 25,
       "maximum": 25,
       "minimum": 1,
       "description": "Maximum observations returned."
      },
      "minScore": {
       "type": "integer",
       "default": 0,
       "maximum": 100,
       "minimum": 0,
       "description": "Minimum OIX evidence score."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": {
   "name": "TalentSignal Health",
   "slug": "talentsignal-health",
   "market": "Digital-health hiring"
  },
  "proof": {
   "reportDigest": "sha256:…",
   "sourceDigest": "sha256:…"
  },
  "product": {
   "offer": "Verified hiring-demand report",
   "price": "0.25 USDC",
   "settlement": "x402 · Base mainnet"
  },
  "decision": {
   "buyer": "Healthcare technology recruiters",
   "observations": [
    {
     "url": "https://github.com/arbeitnow/free-job-board-api",
     "score": 90,
     "title": "Primary-source market signal",
     "evidence": {}
    }
   ],
   "monitoredRecords": 40,
   "returnedObservations": 25
  },
  "protocol": "oix.machine-report/v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oix-talentsignal-health-digital-health-hiring-demand-report-f8cc5098/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oix-autonomous-economy.fly.dev](https://www.zero.xyz/host/oix-autonomous-economy.fly.dev/llms.txt)
