DEVELOPER HUB

Everything you need to ship.

Documentation. Sandbox. Code samples in 10 languages. Changelog. Status page. SDKs across iOS, Android, Web, React Native, Flutter, .NET, Java, Node, Python, Go, PHP, Swift, Kotlin.

5-MINUTE QUICKSTART

Sign up → API key → first call

1
Sign up at abscode.com/signup
No credit card. Free trial credit instantly. API key issued immediately.
2
Install the SDK (optional)
pip install abscode · npm install @abscode/sdk · or call REST directly.
3
Call your first API
Pass an API key + file → receive JSON. Sandbox below has the full example.
4
Ship · top up when ready
Free credit covers initial testing. Top up your wallet from the portal when you scale.
python
node.js
curl
# Install
pip install abscode

# Use
from abscode import DocumentAI

client = DocumentAI(api_key="abs_sk_...")

result = client.ocr.extract(
    file="document.pdf"
)

print(result.text)
# [extracted document text]
SANDBOX

Try APIs in your browser · no setup

Upload a sample document, pick an API, see real JSON output. No signup required to try — just sign up if you want to keep using.

sandbox.abscode.com
$ upload sample-invoice.pdf
# File uploaded · 247 KB · 2 pages

$ call extraction.basic
# Processing... (3.2s)

{
  "vendor": "Acme Corp",
  "total": 12450.00,
  "date": "2026-06-05"
}
Open full sandbox →

Sandbox supports all 5 Document AI APIs. SDK trials launched separately from Scanning and Compression product pages.

CODE SAMPLES · 10 LANGUAGES

Officially maintained examples

GitHub-hosted. CI-tested. Updated with every API version. Click any language to see end-to-end examples for each API and SDK.

DOCUMENTATION

Pick a starting point

All systems operational

Real-time uptime status for all APIs and SDKs. Subscribe to status updates by email or RSS.

View status page →

Changelog

Every API version, SDK release, breaking change documented. Subscribe to be notified.

View changelog →

Ready to build?

Sign up, grab an API key, start integrating in 5 minutes.