Skip to main content
All API endpoints (except /v1/health) require authentication. The Appeeky API uses API keys to identify and authorize requests.

Get Your API Key

Create a free account on the Appeeky Dashboard to get your API key with 100 monthly credits:

Create Your Account

Sign up with email or GitHub — your API key is generated instantly.
Save your API key immediately. It is displayed only once during creation. The key is stored as a SHA-256 hash in our database and cannot be retrieved later. You can regenerate a new key from the dashboard at any time.

Authentication Methods

The API supports two ways to pass your API key. Pass the key in the X-API-Key header:

Method 2: Authorization Bearer Header

Alternatively, use the standard Authorization: Bearer header:
Both methods are equivalent. Use whichever fits your HTTP client or framework. If both headers are present, X-API-Key takes priority.

Check Your Usage

Monitor your credit consumption via the API or the dashboard:
Response (200 OK):

Manage Your Account

API keys and usage live on the API dashboard. Billing depends on which track you are on — web and API-only are separate. See Rate Limits & Credits.

Error Responses

Example error response: