Skip to main content
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

string
required
Your account tier.Options: "free", "starter", "pro"
number
required
Current credit balance.
number
required
Total credits allocated per month for your tier.
object
required
Rate limit configuration for your tier.
string
ISO 8601 timestamp when the API key was created.
string
ISO 8601 timestamp of the most recent API call.

Example Response


Use Cases

Check your remaining credits before running batch operations.
Show users their tier and credit balance in your application’s settings page.
Test that an API key is active and not revoked.

Error Responses

Invalid or missing API key.

Next Steps

Usage History

View detailed usage logs

Rate Limits & Credits

Learn how credits and rate limits work