Your first request
After purchasing credits, copy the API key shown at checkout and send it as a bearer token.
curl https://gettokens.fun/api/v1/chat/completions \
-H "Authorization: Bearer tf_your_key" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4.1-mini","messages":[{"role":"user","content":"Hello"}]}'Check remaining credits
curl https://gettokens.fun/api/balance \
-H "Authorization: Bearer tf_your_key"