> For the complete documentation index, see [llms.txt](https://docs.hypersolutions.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypersolutions.co/readme.md).

# Getting started

***

### Prerequisites

* API Key from your [dashboard](https://hypersolutions.co/keys)
* TLS client that mimics real browsers
* Understanding of TLS fingerprinting and header order

**New to request-based scraping?** Start with [**Request-Based Basics**](/request-based-basics/tls-fingerprinting.md) in the sidebar to learn TLS fingerprinting, header order, and proper HTTP client configuration.

### Integration Options

**SDKs (Recommended)**: Python, JavaScript/TypeScript, or Go\
**Direct API**: For other languages, see [Authentication](/api-reference/authentication.md) then the API Reference

### Requirements

* Proper TLS client (standard HTTP libraries won't work)
* Exact header order matching real browsers
* Consistent User-Agent, TLS fingerprint, and IP throughout session

### Next Steps

1. Read Request-Based Basics if needed
2. Choose your anti-bot solution
3. Follow its Getting Started guide
4. Install SDK or use API Reference
