创建 API 密钥创建 API 密钥 POST /apikeys 创建一个新的命名 API 密钥。密钥值只返回一次 — 请妥善保存。第一个密钥必须通过网页应用创建(账户 → API 密钥);后续密钥可以通过此接口创建。 Request Responses201400403Created API key — includes the key value (shown once only)Validation error or maximum key limit reachedNot authorised (requires Pro plan)