{"openapi":"3.1.0","info":{"title":"RTK Motion Intelligence Platform","version":"1.0.0","description":"Agent-to-agent paid access to 4D motion capture (BVH/robot trajectories), rehabilitation biomechanics, and location threat intelligence."},"servers":[{"url":"https://api.rtkmotion.io"}],"x-discovery":{"ownershipProofs":["0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C"]},"paths":{"/paid/mocap":{"get":{"summary":"4D motion capture trial sample","description":"5-second BVH skeletal animation, 300 frames at 60 fps, 56-joint hierarchy with 3-segment finger chains. Evaluate data quality before purchasing full BVH, NPZ robot trajectories, or multi-modal bundles via MCP tools at /mcp.","parameters":[{"name":"detail","in":"query","required":false,"schema":{"type":"string","enum":["basic","full"],"default":"basic"},"description":"Level of BVH excerpt detail: 'basic' (compact sample, default) or 'full' (complete 300-frame hierarchy)."}],"x-payment-info":{"protocols":["x402"],"price":{"mode":"fixed","currency":"USD","amount":"0.25"}},"responses":{"200":{"description":"BVH excerpt + signed URL + provenance.","content":{"application/json":{"example":{"domain":"4D Motion Capture","format":"BVH","duration_seconds":5,"fps":120,"joints":24,"bvh_excerpt":"HIERARCHY\nROOT Hips\n{...","signed_url":"https://api.rtkmotion.io/data/...?token=...","provenance":{"signed_by":"0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C","algorithm":"secp256k1-ECDSA"}}}}},"402":{"description":"Payment required. Response carries the x402v2 PAYMENT-REQUIRED header (base64 JSON) listing supported `accepts` plus the bazaar discovery extension (input + schema-derived input + output example)."}}}},"/paid/rehab":{"get":{"summary":"Rehabilitation biomechanics cross-exercise summary","description":"Bilateral asymmetry, range-of-motion, fatigue index, clinical synthesis. For insurance_claim_validation or PT_outcome_measurement. ECDSA-signed provenance.","parameters":[{"name":"scope","in":"query","required":false,"schema":{"type":"string","default":"summary"},"description":"Metric scope: 'summary' (default cross-exercise aggregate), 'knee', 'shoulder', or a specific exercise slug."}],"x-payment-info":{"protocols":["x402"],"price":{"mode":"fixed","currency":"USD","amount":"0.50"}},"responses":{"200":{"description":"Cross-exercise rehab summary.","content":{"application/json":{"example":{"domain":"Rehabilitation Biomechanics","subject_demographics":"anonymized","rom_summary":{"left":{},"right":{},"asymmetry_pct":0},"fatigue_index":0,"clinical_synthesis":"...","provenance":{"signed_by":"0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C","algorithm":"secp256k1-ECDSA"}}}}},"402":{"description":"Payment required (x402v2)."}}}},"/paid/threat":{"get":{"summary":"Location threat intelligence lite assessment","description":"Confidence-scored alerts, event distribution, temporal context. For risk_underwriting or facility_security_audit. ECDSA-signed provenance.","parameters":[{"name":"location","in":"query","required":false,"schema":{"type":"string","default":"culpeper-town"},"description":"Location slug (e.g. 'culpeper-town', 'grace-baptist-tampa')."}],"x-payment-info":{"protocols":["x402"],"price":{"mode":"fixed","currency":"USD","amount":"0.50"}},"responses":{"200":{"description":"Threat assessment for the requested location.","content":{"application/json":{"example":{"domain":"Threat Intelligence","location":"culpeper-town","threat_level":"moderate","confidence_score":0.78,"event_distribution":{"violent":3,"property":12,"other":7},"provenance":{"signed_by":"0x6C11F8a21f7ca922F483Ed21C3b6c2d9B305B10C","algorithm":"secp256k1-ECDSA"}}}}},"402":{"description":"Payment required (x402v2)."}}}},"/catalog":{"get":{"summary":"Browse the data catalog (free)","responses":{"200":{"description":"Hierarchical catalog of motion-capture, threat-intel, and rehab-biomechanics datasets."}}}},"/.well-known/x402":{"get":{"summary":"x402 discovery manifest","responses":{"200":{"description":"Spec-compliant @agentcash/discovery WellKnownDocSchema with the URL list of paid resources, ownership proofs, and discovery instructions."}}}}}}