Welcome back, User!

Manage your API keys, view usage statistics, and configure your account settings.

API Keys
0
Active keys
Requests Today
0
API calls made
Rate Limit
100
Requests per minute
Subscription
Free
30 days remaining

API Keys

🔑

No API keys yet

Create your first API key to start using the API

Quick Start Guide

1. Create an API Key

Click the "Create New Key" button above to generate your first API key. Save it securely as it won't be shown again.

2. Make Your First Request

curl -X POST https://rapidtriage.me/api/console-logs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

3. Explore the API

Visit our interactive API documentation to explore all available endpoints and test them directly in your browser.