Customer console
Build with your GlideAPI API keys.
Manage API keys, usage, billing, and account settings from one clean workspace.
Balance
—
Available API credit
Requests
—
24h activity trend
Tokens
—
Input and output volume
Spend
—
Estimated API cost
Requests — Last 24h
Hourly
Recent Requests
No requests yet.
Docs
Base URL
https://glideapi.dev/v1
Authentication
Authorization: Bearer sk-glide...
Chat
POST /v1/chat/completions
Usage
GET /v1/usage/summary?period=7d
curl https://glideapi.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_GLIDE_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello from GlideAPI"}]}'
Your API keys
Loading…
Example request
curl https://glideapi.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_GLIDE_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'
Usage API
Account
GET /v1/me
GET /v1/balance
Usage
GET /v1/usage?period=30d
GET /v1/usage/logs?limit=100
GET /v1/usage/summary?period=7d
Breakdowns
GET /v1/usage/costs?period=30d
GET /v1/usage/models?period=30d
GET /v1/usage/keys?period=30d
Billing
GET /v1/billing/history?limit=100
curl https://glideapi.dev/v1/usage/summary?period=7d \ -H "Authorization: Bearer YOUR_GLIDE_KEY"
Filters:
period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.
Available models
Loading…
API documentation
Build against GlideAPI like OpenAI.
Base URL
https://glideapi.dev/v1
Authentication
Authorization: Bearer sk-glide...
Chat completions
POST /v1/chat/completions
Models
GET /v1/models
Chat Completions
curl https://glideapi.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_GLIDE_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [
{ "role": "user", "content": "Hello from GlideAPI" }
]
}'
Vision and Tool Calling
Supported
{
"model": "openai/gpt-4o-mini",
"messages": [{
"role": "user",
"content": [
{ "type": "text", "text": "Read this image." },
{ "type": "image_url", "image_url": { "url": "data:image/png;base64,..." } }
]
}],
"tools": [{
"type": "function",
"function": {
"name": "save_result",
"description": "Save the result",
"parameters": {
"type": "object",
"properties": { "summary": { "type": "string" } },
"required": ["summary"]
}
}
}]
}
Usage and Balance
Account
GET /v1/me
GET /v1/balance
Usage
GET /v1/usage?period=30d
GET /v1/usage/logs?limit=100
GET /v1/usage/summary?period=7d
Breakdowns
GET /v1/usage/costs?period=30d
GET /v1/usage/models?period=30d
GET /v1/usage/keys?period=30d
Billing
GET /v1/billing/history?limit=100
curl https://glideapi.dev/v1/usage/summary?period=7d \ -H "Authorization: Bearer YOUR_GLIDE_KEY"
Filters:
period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.
Models and Pricing
Models include pricing metadata, vision support, and tool-calling support. Pricing is shown per 1M tokens and reflects the live GlideAPI price after admin discounts, fixed prices, or free overrides.
GET https://glideapi.dev/v1/models
Usage analytics
By model
Loading…
By API key
Loading…
Request log
Latest 50
No request logs yet.
Current balance
—
$1 paid in supported stablecoins adds $1 to your GlideAPI balance.
Transaction history
Usage deductions
Loading…
Referral program
Invite builders. Earn API credit together.
Active
Referral rewards are disabled by default and can be configured by the operator.
Invited—
Pending—
Qualified—
Credit earned—
How it works
- 1Share your link
Your invite contains an opaque, server-generated code.
- 2Earn on eligible payments
The operator can configure referral eligibility and commission rules.
Your referral status
You did not join through a referral link.
Referral codes must be claimed by a new account before its first paid top-up or subscription. Self-referrals and duplicate accounts are not eligible.
Recent referrals
Latest 20
No referrals yet.
Account details
Clerk
User ID
—Email—
Name—
Status—
Limits and billing
Pay as you go
Current Balance—
Total Spend—
Total requests—
API Keys—