Skip to content

Get your account profile

GET
/v1/account/profile

Returns your account profile including credit balance, email verification status, connected OAuth providers, and credit expiry date. Use this to check your balance before making generation requests.

OK

object
user

User profile data.

object
balance_eur

Current credit balance in EUR (6 decimal places). Includes pending holds — this is the available (spendable) balance.

string
created_at

ISO 8601 account creation timestamp.

string
credit_limit_cents

Per-transaction/balance credit limit in EUR cents.

integer
credits_expire_at

ISO 8601 timestamp when credits expire.

null | string
email

User’s email address.

string
email_verified

Whether the email is verified.

boolean
free_trial_pending_eur

EUR amount of free credits pending email verification. Present only when the user registered while free trials were active and has not yet verified.

null | string
held_eur

Amount currently held by in-flight generations in EUR (6 decimal places). Zero when no generations are running.

string
id

User UUID.

string
name

Display name.

null | string
pending_credit_notice

True when there are unseen credit grants. Dismiss via POST /v1/account/notifications/dismiss.

boolean
prompt_analysis_opt_in

Whether the user opted in to prompt analysis.

boolean
providers

Connected OAuth providers.

array | null
two_factor_enabled

Whether 2FA is enabled.

boolean

Bad Request

object
details
error
string
message
string
request_id
string

Unauthorized

object
details
error
string
message
string
request_id
string

Payment Required

object
details
error
string
message
string
request_id
string

Forbidden

object
details
error
string
message
string
request_id
string

Not Found

object
details
error
string
message
string
request_id
string

Conflict

object
details
error
string
message
string
request_id
string

Unprocessable Entity

object
details
error
string
message
string
request_id
string

Too Many Requests

object
details
error
string
message
string
request_id
string

Unavailable For Legal Reasons

object
details
error
string
message
string
request_id
string

Internal Server Error

object
details
error
string
message
string
request_id
string

Bad Gateway

object
details
error
string
message
string
request_id
string

Service Unavailable

object
details
error
string
message
string
request_id
string