Skip to main content
GET
Get user information
Retrieve the current user’s account details including email and available credits.
  • Requires valid API key for authentication via x-access-token header
  • Returns user email and current credit balance
  • Use this to check account status before running operations

Create API Key

Generate a new API key for access

List API Keys

View all your API keys

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Response

User information

success
boolean
Example:

true

data
object