passpoint / playground
Live sandbox

Issue a real test passport.

Hit the actual API. No signup, no credit card. Your sandbox key is generated locally and persists in this browser.

Your sandbox API key

generating...

Test keys only issue mock passports. Production keys (pk_live_…) require an account.

POST/v1/batteries
Response
// Click "Send request" to issue a passport.
// Response will appear here.
Equivalent cURL
curl -X POST https://api.usepasspoint.com/v1/batteries \
  -H "Authorization: Bearer pk_test_..." \
  -H "Content-Type: application/json" \
  -d '{ "manufacturer": "Volta Cells GmbH", "model": "VC-21700-5Ah", "serial_number": "VC21700-2026-00042", "chemistry": "NMC811", "nominal_capacity_kwh": 0.018, "nominal_voltage_v": 3.7, "weight_kg": 0.07, "manufacturing_date": "2026-04-12", "manufacturing_country": "DE", "carbon_footprint_kg_co2e": 54.2, "recycled_content": { "cobalt_pct": 16, "lithium_pct": 6, "nickel_pct": 6, "lead_pct": 0 }, "hazardous_substances": ["Nickel compounds"] }'

Ready for production? See pricing →