JK
JustKalm

API Playground

Test JustKalm APIs in real-time

This is a sandbox environment. Use your test API key to try requests safely.

Endpoints

POST/v1/products/analyze

Analyze Product

Get comprehensive product intelligence including health scores, valuations, and sustainability metrics.

Request Body

Response

Click "Run Request" to see the response

Sandbox requests are simulated

Code Example

curl -X POST "https://api.justkalm.com/v1/products/analyze" \
  -H "Authorization: Bearer jk_live_xxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.farfetch.com/shopping/women/gucci-jackie-1961-small-shoulder-bag-item-17823411.aspx","options":{"include_health_score":true,"include_valuation":true,"include_sustainability":true}}'
cURLPythonTypeScriptGo

Sandbox Mode: This playground uses simulated responses to demonstrate API capabilities. To make real API calls, use your API key with our SDKs or direct HTTP requests.

View full SDK documentation