Skip to main content

SDK Installation

Skaala provides official SDKs to make integration easier. Choose your language below:
Coming Soon: Official SDKs are currently in development. For now, use the REST API directly with your preferred HTTP client.

Available SDKs

JavaScript/TypeScript

Status: Coming Q1 2025Features:
  • Type-safe API client
  • Webhook verification
  • React hooks

Python

Status: Coming Q1 2025Features:
  • Async/await support
  • Pydantic models
  • Django integration

PHP

Status: Coming Q2 2025Features:
  • PSR-7 compatible
  • Laravel package
  • Symfony bundle

Using the REST API Directly

Until official SDKs are available, you can use the REST API with your favorite HTTP client:
Recommended clients:
  • fetch (built-in in Node 18+)
  • axios - Feature-rich HTTP client
  • ky - Modern fetch wrapper

Code Generators

Generate type-safe clients from our OpenAPI specification:

OpenAPI Generator

Generate clients in 50+ languages from our OpenAPI spec:

Swagger Codegen

Alternative code generator:

Environment Setup

Store your API key securely using environment variables:
.env
Add .env to your .gitignore to prevent committing secrets!

Next Steps

Authentication

Learn about API keys and scopes

Quickstart

Make your first API call

API Reference

Explore all endpoints

OpenAPI Spec

Download OpenAPI specification

Subscribe for SDK Updates

Want to be notified when official SDKs are released?
Email support@skaala.ai with subject “SDK Notifications” and your preferred language(s).