From a541d70d7454abd8e88d37428cd6cf9d5e88fb66 Mon Sep 17 00:00:00 2001 From: salmon-x Date: Wed, 12 Aug 2026 13:51:58 +0800 Subject: [PATCH] docs: update API billing link --- api-reference/errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/errors.mdx b/api-reference/errors.mdx index 10d2648..4d2d218 100644 --- a/api-reference/errors.mdx +++ b/api-reference/errors.mdx @@ -18,7 +18,7 @@ Every Fish Audio error comes back as JSON with a `message` and a `status`: |---|---|---| | `400` | Bad request — invalid parameters, or a `reference_id` / voice that doesn't exist | Fix the request; read the `message`. | | `401` | Invalid or missing API key | Send `Authorization: Bearer `; check it on [API Keys](https://fish.audio/app/api-keys). | -| `402` | Insufficient credits | Top up on [Billing](https://fish.audio/app/billing). | +| `402` | Insufficient credits | Top up on [API Billing](https://fish.audio/app/developers/billing/). | | `403` | Not permitted for this key/resource | Check the key's scope and the resource owner. | | `404` | Model or voice not found | Verify the `model_id` / `reference_id`. | | `429` | Rate limit exceeded | Back off and retry (see below). |