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

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

**Category:** Business Directories | **Website:** [nyainteriors.com/](https://nyainteriors.com/) | **Docs:** [parse.bot/marketplace/b087d94e-14e7-4d65-a8ec-5696217c1ea9/nyainteriors-com-api](https://parse.bot/marketplace/b087d94e-14e7-4d65-a8ec-5696217c1ea9/nyainteriors-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-nyainteriors-com-api-b087d94e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_pricing

Returns current product pricing, subscription plans (Solo/Studio/Firm), free-trial terms, billing frequency, core usage limits, target customer profile, competitor pricing comparisons, and CLV-relevant acquisition economics. Data is sourced from the homepage and the for-designers page. Each plan includes seat limits, monthly price, and whether migration assistance is included. All plans share the same feature set with no tier-locking.

**Estimated cost:** Metered

_No parameters required._

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