# Home Medvi — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access data from home.medvi.org.

**Category:** Healthcare | **Website:** [home.medvi.org/](https://home.medvi.org/) | **Docs:** [parse.bot/marketplace/ba6adcee-249c-488a-a9db-f88444d57935/home-medvi-org-api](https://parse.bot/marketplace/ba6adcee-249c-488a-a9db-f88444d57935/home-medvi-org-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-home-medvi-org-api-ba6adcee/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_products

Lists all MEDVi telehealth products with their pricing, product type (injection, tablet, pill, sublingual liquid), pricing model, and category. Products span weight loss (GLP-1 medications), men's health (QUAD), and peptides/longevity (NAD+, Sermorelin). Optionally filter by category. Pricing is dynamically resolved from the site's Framer shared module for products with template-based pricing.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `category` | string | No | Filter products by category. Omitting returns all products across all categories. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-home-medvi-org-api-ba6adcee/list_products \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"category":"<string>"}'
```
