Verify API Key
Management
Verify API Key
Verify that an API key is valid
POST
Verify API Key
Overview
Verify that an API key is valid and get information about the associated account.Request Body
The API key to verify
Example Request
Response
Whether the API key is valid
The subscription tier associated with this API key (free, pro, enterprise)
The user ID associated with this API key
Example Response (Valid Key)
Example Response (Invalid Key)
Use Cases
- Validate API keys before making requests
- Check subscription tier programmatically
- Verify API key status in your application
This endpoint does not consume credits and can be called freely to verify API keys.