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'
33<Callout type = " info" >
44 ** NOTE:** This page is marked "earlydoc", or "early documentation", which means it might
55 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.
87</Callout >
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ For Content posting API, enable "Direct Post".
4444
4545- user.info.basic
4646- video.create
47+ - video.publish
4748- video.upload
49+ - user.info.profile
4850
4951### Copy your client secret to environment variables
5052
Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ title: Public API
33description : " How to use Postiz public API"
44---
55
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+
612## Public API allows you to work with Postiz in headless mode
713
814To use the Public API, go to Postiz settings and copy the API Key.<br />
915With each request you need to pass the API Key in the header ` Authorization: {apiKey} ` .<br />
1016If you are using the hosted version of Postiz the URL will be ` https://api.postiz.com/public/v1 ` .<br />
1117If you are self-hosting Postiz the URL will be ` https://{NEXT_PUBLIC_BACKEND_URL}/public/v1 ` .<br /><br />
1218
13- <u >There is a limit of ** 30** requests per hours .</u >
19+ <u >There is a limit of ** 30** requests per hour .</u >
1420<br />
1521Here are the following API endpoints you can use:
1622
@@ -175,4 +181,4 @@ Response:
175181{
176182 "id" : " e639003b-f727-4a1e-87bd-74a2c48ae41e"
177183}
178- ```
184+ ```
You can’t perform that action at this time.
0 commit comments