# Peakxv — 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 the complete portfolio of Peak XV Partners to discover their invested companies, including details on investment rounds, industry sectors, and the years of partnership. Explore which startups have received funding from this leading venture capital firm across India and Southeast Asia.

**Category:** Finance & Markets | **Website:** [www.peakxv.com/our-companies](https://www.peakxv.com/our-companies) | **Docs:** [parse.bot/marketplace/c032bae7-b127-4225-a0b6-adbc01ac0756/peakxv-com-api](https://parse.bot/marketplace/c032bae7-b127-4225-a0b6-adbc01ac0756/peakxv-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-peakxv-com-api-c032bae7/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_portfolio_companies

Retrieves all portfolio companies from Peak XV Partners by paginating through the entire companies grid. Returns each company's name, investment round/stage, sector, and year of first partnership. Fields not displayed in the grid (website, partner, status) are returned as null. Results are auto-iterated across all pages.

**Estimated cost:** Metered

_No parameters required._

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