SDKs
Overview

SDKs & Libraries

Official and community SDKs for integrating Hypersave into your applications.

Official SDKs

Quick Comparison

FeatureJavaScriptPythonREST API
Async Support
Type Safety-
Auto-retryManual
Rate LimitingBuilt-inBuilt-inManual
Streaming

REST API

All SDKs are built on top of our REST API. You can also use the API directly with any HTTP client:

curl -X POST https://api.hypersave.io/v1/save \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content": "Hello, Hypersave!"}'

See the cURL examples for more details.

Community SDKs

We welcome community contributions! If you've built an SDK for Hypersave, please let us know (opens in a new tab).

LanguageRepositoryStatus
GoComing soonPlanned
RubyComing soonPlanned
PHPComing soonPlanned
RustComing soonPlanned

Getting Started

  1. Get your API key (opens in a new tab)
  2. Install your preferred SDK
  3. Follow the quickstart guide

All SDKs are open source and available on GitHub (opens in a new tab).