KitKart API
Check your API usage.
Enter a key to view its token balance, expiry date, and recent requests.
Usage
Enter your key
Stored only in this browser
Tokens remaining0Available to spend
0%used
Recent usage
Last 25 requests| Time | Model | Input | Output | Charged | Status |
|---|
Models
Available models
Use any model ID below in your API request.
Quick start
Connect a client
Use the KitKart base URL and pass your key as a bearer token.
Base URL
https://api.kitkart.pro/v1
curl https://api.kitkart.pro/v1/chat/completions \
-H "Authorization: Bearer $KITKART_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-sol","messages":[{"role":"user","content":"Hello"}]}'