Skip to content
Inkbox

Inkbox

ContactDocs
GuidesAPI Reference
GuidesAPI Reference

Jump to

SDK Quick Start

The Inkbox SDK is available for Python and TypeScript. Both SDKs cover the full API surface — identities, mail, phone, webhooks, and signing keys.

Install

Requires Python ≥ 3.11 (Python) or Node.js ≥ 18 (TypeScript).

Authentication

You'll need an API key. Get one at console.inkbox.ai.

Python

ArgumentTypeDefaultDescription
api_keystrrequiredYour ApiKey_... token
base_urlstrAPI defaultOverride for self-hosting or testing
timeoutfloat30.0Request timeout in seconds

Use with Inkbox(...) as inkbox: (recommended) or call inkbox.close() manually to clean up HTTP connections.

TypeScript

OptionTypeDefaultDescription
apiKeystringrequiredYour ApiKey_... token
baseUrlstringAPI defaultOverride for self-hosting or testing
timeoutMsnumber30000Request timeout in milliseconds

Quick start

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

Inkbox

Copyright © 2026 Inkbox

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website