diff --git a/src/docs/api.md b/src/docs/api.md index 7399eb3..d9ba151 100644 --- a/src/docs/api.md +++ b/src/docs/api.md @@ -4,7 +4,6 @@ description: The API reference is a detailed documentation of all the endpoints --- @@ -14,7 +13,7 @@ SVGL API is a RESTFul API that allows you to get all the information of the SVGs ## Limitations -The API is currently open to everyone and does not require any authentication. However, there is a limit of **{PUBLIC_SVGL_API_LIMIT}** requests per day. If you exceed this limit, you will receive a _429_ error. +The API is currently open to everyone and does not require any authentication. However, there is a limit of **30** requests per day. If you exceed this limit, you will receive a _429_ error. ## Base URL