# Investors Capgemini — 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 investors.capgemini.com.

**Category:** Finance & Markets | **Website:** [investors.capgemini.com/en/publication/2025-universal-registration-document/](https://investors.capgemini.com/en/publication/2025-universal-registration-document/) | **Docs:** [parse.bot/marketplace/0751e82e-b660-4bc9-becc-ad57301a8b62/investors-capgemini-com-api](https://parse.bot/marketplace/0751e82e-b660-4bc9-becc-ad57301a8b62/investors-capgemini-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-investors-capgemini-com-api-0751e82e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_filings

Returns all filings listed on the 2025 Universal Registration Document publication page, including the main URD document and all related publications (press releases, presentations, infographics, webcasts, reports, and other shareholder documents). Each filing includes its title, document type, publication date, download URL (when available), file format and size, and a view-online URL where applicable.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-investors-capgemini-com-api-0751e82e/get_filings \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
