We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77731 commit f3f7786Copy full SHA for f3f7786
pages/public-api.mdx
@@ -3,6 +3,12 @@ title: Public API
3
description: "How to use Postiz public API"
4
---
5
6
+import {Callout} from 'nextra/components';
7
+
8
+<Callout type="warning">
9
+ **Warning:** This Feature is currently in Beta and is in active-development. It does **not** provide all of the Postiz Features currently.
10
+</Callout>
11
12
## Public API allows you to work with Postiz in headless mode
13
14
To use the Public API, go to Postiz settings and copy the API Key.<br />
0 commit comments