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

> Discover related words and thematic vocabulary for any French word by accessing curated lexical fields that help you understand semantic connections and expand your vocabulary. Build richer writing and deepen your understanding of how French words relate to each other within specific semantic domains.

**Category:** Education | **Website:** [www.rimessolides.com/motscles.aspx](https://www.rimessolides.com/motscles.aspx) | **Docs:** [parse.bot/marketplace/e9f067a3-5176-49bf-bed2-d86e71f3f740/rimessolides-com-api](https://parse.bot/marketplace/e9f067a3-5176-49bf-bed2-d86e71f3f740/rimessolides-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-rimessolides-com-api-e9f067a3/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_lexical_field

Given a French word, returns a list of semantically related words (champ lexical). The site produces a flat list of related terms ordered by relevance. Returns all words the site provides in a single call with no pagination.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `word` | string | Yes | French word to look up the lexical field for (e.g. 'maison', 'amour', 'voyage'). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-rimessolides-com-api-e9f067a3/get_lexical_field \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"word":"<string>"}'
```
