# Vinisfoods — 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.

> Vinisfoods provides 1 callable API endpoint through the Parse marketplace.

**Category:** Food & Dining | **Website:** [vinisfoods.com/](https://vinisfoods.com/) | **Docs:** [parse.bot/marketplace/64791a6a-cab4-4871-b3d3-741c3d783722/vinisfoods-com-api](https://parse.bot/marketplace/64791a6a-cab4-4871-b3d3-741c3d783722/vinisfoods-com-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-vinisfoods-com-api-64791a6a/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_products

Retrieve all products from the Vini's Foods catalog. Each product includes title, type, vendor, tags, variant details (size, price, availability), and image URL. Results are returned in a single page containing the complete catalog.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-vinisfoods-com-api-64791a6a/list_products \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
