Developer Resources
Build with JustKalm
Everything you need to integrate product intelligence into your applications. SDKs, API references, and code examples.
Quick Start
Get up and running in under 5 minutes
1
Install the SDK
pip install justkalm2
Initialize the client
import justkalm
client = justkalm.Client(api_key="your_api_key")3
Make your first request
result = client.analyze(
url="https://example.com/product"
)
print(result.health_score)
print(result.sustainability_grade)
print(result.price_fairness)Official SDKs
Type-safe SDKs for popular languages and platforms
Resources & Tools
Documentation, examples, and developer tools
API Reference
Complete REST API documentation with examples
OpenAPI Spec
Download our OpenAPI 3.0 specification
Postman Collection
Pre-built Postman collection for testing
Code Examples
Real-world examples in multiple languages
CLI Tool
Command-line interface for local development
GitHub
Open source SDKs and example repos
Downloads
Assets and specifications for integration
OpenAPI Specification
JSON • 125 KB
Postman Collection
JSON • 89 KB
Brand Assets
ZIP • 2.4 MB
All Systems Operational
99.99% uptime over the last 90 days
Need help integrating?
Our developer support team is here to help you get up and running quickly.