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

# Endpoints

> Public HTTP endpoints for S2 account-level and per-basin APIs.

S2 public endpoints support HTTP/2 and HTTP/1.1 over TLS 1.3.

<Tip>
  Use the basin-level endpoint for operating on streams (`/streams`, `/records`), and the account-level endpoint for everything else.

  [SDKs](/sdk) will take care of this automatically.
</Tip>

<CardGroup cols={2} className="endpoints-cards">
  <Card title="Account" icon="file-user">
    ```
    https://aws.s2.dev
    ```
  </Card>

  <Card title="Streams and Records" icon="list-tree">
    ```
    https://{basin}.b.s2.dev
    ```
  </Card>
</CardGroup>

<Info>
  [PrivateLink](/platform/private-networking) information is available in the dashboard.
</Info>

<Note>
  Basin names are globally unique.

  Basins are placed in a specific *"location"* when they are created. The currently available locations are `aws:us-east-1`, `aws:us-west-2`, and `aws:eu-north-1`. In the future, you can also expect support for other clouds like GCP.
</Note>
