# Krowdly — 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 detailed information about Krowdly's social media management services and features designed for restaurants and local businesses, plus browse their frequently asked questions to learn more about how they can help grow your business online.

**Category:** Social Media | **Website:** [krowdly.net/](https://krowdly.net/) | **Docs:** [parse.bot/marketplace/23569898-cf2b-4a93-a147-1db5768af594/krowdly-net-api](https://parse.bot/marketplace/23569898-cf2b-4a93-a147-1db5768af594/krowdly-net-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-krowdly-net-api-23569898/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_faqs

Retrieves all frequently asked questions and their answers from Krowdly's homepage. Covers topics like contracts, platforms, video requirements, results timeline, content satisfaction, business types served, and ad spend. Returns a list of FAQ items with question and answer text.

**Estimated cost:** Metered

_No parameters required._

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

### get_services

Retrieves all services and features offered by Krowdly, including service descriptions, target customers, platforms managed, pricing model information, and contact details. Returns a single ServiceInfo object containing the complete company profile. No input parameters required.

**Estimated cost:** Metered

_No parameters required._

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