Skip to content

Commit 07776af

Browse files
Merge branch 'main' into feature/instagram-standalone-docs
2 parents d07a0cf + 127f210 commit 07776af

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

components/snippets/earlydoc.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

pages/providers/tiktok.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pages/public-api.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ title: Public API
33
description: "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

814
To use the Public API, go to Postiz settings and copy the API Key.<br />
915
With each request you need to pass the API Key in the header `Authorization: {apiKey}`.<br />
1016
If you are using the hosted version of Postiz the URL will be `https://api.postiz.com/public/v1`.<br />
1117
If 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 />
1521
Here 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+
```

0 commit comments

Comments
 (0)