For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

API key validation and account information.

Validate API key and get account info

get

Lightweight key-validation endpoint. Returns the account associated with the provided API key — useful as an authentication test (e.g., for Zapier or other integration platforms) and for checking remaining credits. Returns 401 UNAUTHORIZED if the key is missing or invalid.

Authorizations
AuthorizationstringRequired

Recommended. Pass your API key (starts with ppsk_) as Authorization: Bearer ppsk_…. One active key per Pro/Team account — to rotate, revoke the old one first.

Responses
200

The account associated with the API key.

application/json

Account associated with the API key.

userIdintegerRequired

Internal account id.

emailstring · emailRequired

Account owner's email address.

planstringRequired

Subscription plan of the account (e.g., pro, team).

get/v1/me

Last updated