1 parent a24af72 commit 2a49b9cCopy full SHA for 2a49b9c
1 file changed
providers/kubit.yml
@@ -0,0 +1,15 @@
1
+---
2
+- provider_name: Kubit
3
+ provider_url: https://kubit.ai
4
+ endpoints:
5
+ - schemes:
6
+ - https://kubit.ai/*
7
+ - https://*.kubit.ai/*
8
+ url: https://kubit.ai/services/oembed
9
+ docs_url: https://docs.kubit.ai/docs/getting-started
10
+ discovery: true
11
+ example_urls:
12
+ - https://kubit.ai/services/oembed?url=https%3A%2F%2Fkubit.ai
13
+ - https://kubit.ai/services/oembed?url=https%3A%2F%2Fkubit.kubit.ai&format=json
14
+ notes: This provider only supports the 'rich' type.
15
+...
0 commit comments