list_health_data
List your OWN personal health data for sale (Personal Health Data vertical — body scans, blood work, imaging, genetic data, wearable exports, dental/vision/vaccination records). Requires completing the Health Data Consent Flow v2.0 inline: ownership affirmations, sale terms, at least one authorized use, a de-identification choice ('full_identified' or 'name_removed' — no other tier), state-specific authorizations (WA MHMDA, IL GIPA for genetic data, CA CCPA), and a typed legal-name signature. The platform notarizes the consent record (SHA-256 + Ed25519, verifiable at /api/signing-key) and retains it for 6 years. Individuals only — providers/insurers may NOT sell patient data. Minimum price $5.00. Zero-storage relay: the platform never stores the health data itself. Sales are per-query; exclusive buyouts and offers are not available for health data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| api_key | Yes | Your vm_live_ seller API key | |
| consent | Yes | Health Data Consent Flow v2.0 record. Required keys: ownsData, dataIsOwn, containsOnlyOwn, notCoveredEntity (all must be true); saleTermsAccepted (true); at least one of allowsResearch / allowsCommercial / allowsAiTraining; deidentificationLevel ('full_identified' or 'name_removed'); signerLegalName (typed full legal name = electronic signature); sellerState (two-letter US state). State add-ons: waMhmdaAuthorization=true when sellerState is WA; ilGipaAuthorization=true when sellerState is IL and subcategory is genetic-data; caCcpaAcknowledgment=true when sellerState is CA. | |
| preview | Yes | Required. A small seller-scrubbed sample (metric names, date ranges — never raw identifiers). | |
| data_date | No | When the data was collected (YYYY-MM-DD, optional) | |
| data_format | Yes | PDF | CSV | DICOM | JSON | Image | ZIP | Other | |
| description | Yes | ||
| price_cents | Yes | Per-query price in integer cents (minimum 500 = $5.00) | |
| subcategory | Yes | body-composition | blood-work | imaging | genetic-data | wearable-exports | dental-records | vision-records | vaccination-records | other-health-data | |
| context_tags | No | Optional context tags (e.g. athlete, post-surgery). | |
| demographics | No | Optional coarse demographics (e.g. {"ageRange":"30-39","sex":"M"}). Never include name or contact info. |