From a7192ec84f0f1501e6191e247b17d87b42035331 Mon Sep 17 00:00:00 2001 From: Xiaohui Date: Tue, 21 May 2024 08:42:30 -0700 Subject: [PATCH] reword api overview --- open-api/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-api/overview.md b/open-api/overview.md index 94c53b615..857c22a37 100644 --- a/open-api/overview.md +++ b/open-api/overview.md @@ -6,6 +6,6 @@ sidebar_position: 0 # Open API Overview -sCrypt Open API uses an HTTP Bearer token to Authenticate, you can refer to this [doc](https://docs.scrypt.io/advanced/how-to-integrate-scrypt-service#get-api-key) to apply for an API key. +Our open API uses an HTTP bearer token to authenticate. You can refer to this [doc](../docs/advanced/how-to-integrate-scrypt-service.md#get-an-api-key) to get an API key as the bearer token. ![](../static/img/open-api-auth.png)