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

Models

Available models

Use any model ID below in your API request.

Loading...

Quick start

Connect a client

Use the KitKart base URL and pass your key as a bearer token.

Base URLhttps://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"}]}'