> ## Documentation Index
> Fetch the complete documentation index at: https://floppydata.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> OpenAPI-generated reference for Client API v2.

This section documents Client API v2 only. Use it when you need exact request fields, response fields, examples, and error shapes.

<CardGroup cols={2}>
  <Card title="Run a request" icon="play" href="/docs/api-reference/v2/endpoint/account-balances">
    Open an endpoint playground and send a live production request.
  </Card>

  <Card title="OpenAPI JSON" icon="file-code" href="https://api.floppydata.net/v2/openapi.json">
    View the production v2 OpenAPI document.
  </Card>
</CardGroup>

## Base URL

```text theme={null}
https://api.floppydata.net
```

## Authentication

```http theme={null}
X-Api-Key: YOUR_API_KEY
```

## Groups

* **V2 / Cloud Browser**: create, connect to, inspect, list, view, stop, and clean up cloud browser sessions and settings
* **V2 / Web Data**: search the web, fetch a page, check Web Data balance, check Web Data usage
* **V2 / Proxy / Rotating**: build connections, manage subusers, list locations, check balance, check usage
* **V2 / Proxy / Static**: list assigned static proxies
* **V2 / Proxy**: check a proxy connection
* **V2 / Account**: account-level balances and usage rollups

<Note>
  Existing v1 integrations can use the [Legacy v1](/docs/legacy-v1) page. New integrations should use v2.
</Note>
