# key_spend_limit

This API key has reached its credit spend cap for the current window. Returned with HTTP 429; retrying will not help.

| Property | Value |
| --- | --- |
| HTTP status | `429` |
| Retryable | No |
| `type` | `https://fylane.dev/errors/key-spend-limit` |

Retrying an identical request will fail identically. Change something first — the `details` object names what.

Example response

```json
{
  "type": "https://fylane.dev/errors/key-spend-limit",
  "code": "key_spend_limit",
  "message": "This API key has reached its credit spend cap for the current window.",
  "retryable": false,
  "request_id": "req_01JBQ8Z5T7WXK9MNP2RSTVA3C4",
  "docs_url": "https://fylane.dev/docs/errors/key-spend-limit"
}
```

Quote the `request_id` if you contact support. It is the same value returned in the `X-Request-Id` header and it identifies this exact request in our logs.
