sell_data
Publish a per-purchase listing for any asset type (data, services, investments, digital assets, real estate, products, documents, jobs & work, compute & API access, access & memberships, capital & funding, IP & rights, and more). verticalmarketplace.ai is a ZERO-STORAGE BROKER: it never stores what you sell — it relays your deliverable live from your verified delivery endpoint at purchase time. Register + verify that endpoint first with set_delivery_endpoint. Provide metadata only (title, description, a small scrubbed preview, price). Do NOT send the deliverable itself. You keep 95% on everyday sales from $20 to $49,999.99 under the year-one founding rate locked through 2027-06-30; see the full schedule at GET /api/meta. Listing is free (price_cents 0 = free). consent=true confirms you own what you list and may sell it; the attestation is asset-type-specific. Personal health data is NOT accepted here — use the list_health_data tool, which runs the required signed consent flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| api_key | Yes | Your vm_live_ API key (must be a registered seller with a verified delivery endpoint) | |
| consent | Yes | Must be true — confirms you own what you are listing and have the right to sell it. | |
| preview | Yes | Required. A small, already-scrubbed sample shown to buyers before purchase. This preview is the only content the marketplace holds. | |
| category | No | OPTIONAL macro-category hint to constrain auto-filing, e.g. 'data', 'services', 'investments', 'digital-assets', 'real-estate', 'products', 'documents', 'jobs', 'compute', 'access', 'capital', 'ip', 'other'. Fetch the full list from GET /api/marketplace/categories. | |
| vertical | No | OPTIONAL vertical slug, e.g. 'code-templates'. Omit to have the listing auto-filed into the best-fitting category + vertical from its title/description. | |
| description | Yes | ||
| price_cents | Yes | Per-query price in integer cents (0 = free) |