IA

insp.ac API

Developer platform

Service SDKs

Build production integrations faster

Official service-client SDKs for teams integrating with insp.ac from backend systems, workers, and automations.

SDK catalog

11

Language targets

Coverage across common service runtimes and automation stacks.

Package managers

7

Registry installs

SDKs with one-line install commands from public package tooling.

Direct downloads

10

ZIP bundles

Prebuilt archives for environments that require manual distribution.

1

Pick your language

Choose an SDK that matches your backend runtime and install from the package registry or use a ZIP download.

2

Configure credentials

Store your API key in environment variables and initialize the SDK in your service layer.

3

Call insp.ac endpoints

Use typed SDK clients for authenticated operations, retries, and cleaner integration code.

Service-client model

SDKs are designed for server-side usage. Keep API keys in your service environment and route client app traffic through your own backend.

  • Use SDKs in your service/backend layer where API keys stay private.
  • Have your app clients (web/mobile) call your own backend, not insp.ac directly with a secret key.
  • Set your API key via environment variables and rotate keys regularly.
INSPAC_API_BASE_URL=https://api.insp.ac
INSPAC_API_KEY=your_api_key

Request path

A safe architecture keeps credentials in your backend and never exposes secrets in browser/mobile clients.

1Web or mobile client
2Your backend service
3insp.ac API

SDK catalog

Featured: TypeScript, Python, Go

go

Go

Popular

Best for: High-throughput backend services and microservices.

Distribution channel: Go module proxy

python

Python

Popular

Best for: Data pipelines, backend services, and automation jobs.

Distribution channel: PyPI (`inspac-sdk-python`)

Install (registry)

pip install inspac-sdk-python

typescript

TypeScript

Popular

Best for: Node.js/TypeScript backend services, serverless functions, and workers.

Distribution channel: npm (`@inspac/sdk-typescript`)

Install (registry)

npm install @inspac/sdk-typescript

csharp

C#

Best for: .NET backend services and internal tooling.

Distribution channel: NuGet

Install (registry)

dotnet add package Inspac.Sdk

dart

Dart

Best for: Dart backend and command-line automation.

Distribution channel: pub.dev

Install (registry)

dart pub add inspac_sdk_dart

java

Java

Best for: JVM enterprise services and integration layers.

Distribution channel: Maven Central or GitHub Packages

kotlin

Kotlin

Best for: Kotlin JVM backend services.

Distribution channel: Maven Central or GitHub Packages

php

PHP

Best for: Laravel/Symfony services and web backends.

Distribution channel: Packagist

Install (registry)

composer require inspac/sdk-php

ruby

Ruby

Best for: Ruby on Rails apps and background workers.

Distribution channel: RubyGems

Install (registry)

gem install inspac_sdk_ruby

rust

Rust

Best for: Performance-focused systems and services.

Distribution channel: crates.io

Install (registry)

cargo add inspac-sdk-rust

Download archive currently unavailable for this target.

swift

Swift

Best for: Server-side Swift services.

Distribution channel: Swift Package Manager (Git tags)