From 819e90ea4edb4cc7351af7cd09f818edfd8f10bb Mon Sep 17 00:00:00 2001
From: Pablo Hdez <62877300+pheralb@users.noreply.github.com>
Date: Wed, 6 Aug 2025 07:36:16 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Add=20/svg/*.svg=20endpoint=20to?=
=?UTF-8?q?=20the=20API=20docs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/docs/api.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/src/docs/api.md b/src/docs/api.md
index f89d298..26fd155 100644
--- a/src/docs/api.md
+++ b/src/docs/api.md
@@ -138,6 +138,32 @@ The list of categories is available [here](https://github.com/pheralb/svgl/blob/
+
+
+```bash
+https://api.svgl.app/svg/adobe.svg
+```
+
+
+
+```html
+// Returns:
+
+```
+
+
+
```bash