File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ import { Callout } from 'nextra/components'
3
3
<Callout type = " info" >
4
4
** NOTE:** This page is marked "earlydoc", or "early documentation", which means it might
5
5
be brief, or contain information about parts of the app that are under heavy development.
6
- If you encounter issues with instructions found here, please check out the [ support] ( /support )
7
- page for options.
6
+ We do not provide support at all to any earlydoc documentation.
8
7
</Callout >
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ For Content posting API, enable "Direct Post".
44
44
45
45
- user.info.basic
46
46
- video.create
47
+ - video.publish
47
48
- video.upload
49
+ - user.info.profile
48
50
49
51
### Copy your client secret to environment variables
50
52
Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ title: Public API
3
3
description : " How to use Postiz public API"
4
4
---
5
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
+
6
12
## Public API allows you to work with Postiz in headless mode
7
13
8
14
To use the Public API, go to Postiz settings and copy the API Key.<br />
9
15
With each request you need to pass the API Key in the header ` Authorization: {apiKey} ` .<br />
10
16
If you are using the hosted version of Postiz the URL will be ` https://api.postiz.com/public/v1 ` .<br />
11
17
If you are self-hosting Postiz the URL will be ` https://{NEXT_PUBLIC_BACKEND_URL}/public/v1 ` .<br /><br />
12
18
13
- <u >There is a limit of ** 30** requests per hours .</u >
19
+ <u >There is a limit of ** 30** requests per hour .</u >
14
20
<br />
15
21
Here are the following API endpoints you can use:
16
22
@@ -175,4 +181,4 @@ Response:
175
181
{
176
182
"id" : " e639003b-f727-4a1e-87bd-74a2c48ae41e"
177
183
}
178
- ```
184
+ ```
You can’t perform that action at this time.
0 commit comments