Skip to main content
POST
Verify API Key

Overview

Verify that an API key is valid and get information about the associated account.

Request Body

string
required
The API key to verify

Example Request

Response

boolean
Whether the API key is valid
string
The subscription tier associated with this API key (free, pro, enterprise)
string
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.