Settings
API Endpoint
POST {origin}/tokens/api/ingest
Authorization: Bearer YOUR_KEY
Content-Type: application/json
[
{
"provider": "openai",
"model": "gpt-4",
"prompt_tokens": 500,
"completion_tokens": 200,
"cost": 0.03,
"timestamp": "2026-05-16T00:00:00Z"
}
]