GET /me
API Reference
GET /me
Get API key metadata, credit balance, and rate limits
GET
GET /me
Returns metadata about your API key, including tier, credit balance, monthly allowance, and rate limits.
Cost: Free (does not consume credits)
Authentication
Example Request
Response
Your account tier.Options:
"free", "starter", "pro"Current credit balance.
Total credits allocated per month for your tier.
Rate limit configuration for your tier.
ISO 8601 timestamp when the API key was created.
ISO 8601 timestamp of the most recent API call.
Example Response
Use Cases
Monitor credit balance
Monitor credit balance
Check your remaining credits before running batch operations.
Display account info in your app
Display account info in your app
Show users their tier and credit balance in your application’s settings page.
Verify API key validity
Verify API key validity
Test that an API key is active and not revoked.
Error Responses
401 Unauthorized
Invalid or missing API key.
Next Steps
Usage History
View detailed usage logs
Rate Limits & Credits
Learn how credits and rate limits work