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

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

**Category:** Developer Tools | **Website:** [www.desearch.ai/](https://www.desearch.ai/) | **Docs:** [parse.bot/marketplace/0c6b092c-740a-4c8d-a6d4-ad0833f726f0/desearch-ai-api](https://parse.bot/marketplace/0c6b092c-740a-4c8d-a6d4-ad0833f726f0/desearch-ai-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-desearch-ai-api-0c6b092c/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_api_info

Fetches Desearch API metadata including the official documentation URL, the API base URL, and authorization details (header name, format, and whether a Bearer prefix is used). Makes one request to the Desearch docs site.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-desearch-ai-api-0c6b092c/get_api_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
