File tree Expand file tree Collapse file tree 1 file changed +6
-45
lines changed Expand file tree Collapse file tree 1 file changed +6
-45
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,12 @@ Payload:
164
164
}
165
165
```
166
166
167
+ Response:
168
+
169
+ ``` json
170
+ [{"postId" :" POST_ID" ,"integration" :" INTEGRATION_ID" }]
171
+ ```
172
+
167
173
<iframe style = { {width: " 100%" , height: " 680px" , zoom: 0.8 }} src = " https://platform.postiz.com/modal/dark/all" ></iframe >
168
174
169
175
### Request
@@ -204,51 +210,6 @@ Payload:
204
210
| label | string | Yes | Tag label |
205
211
206
212
207
- curl:
208
- ```
209
- curl -X POST \
210
- https://POSTIZ_URL/public/v1/posts \
211
- -H 'Authorization: API_KEY' \
212
- -H 'Content-Type: application/json' \
213
- -d '{
214
- "type": "draft",
215
- "order": "",
216
- "shortLink": true,
217
- "inter": 0,
218
- "date": "2025-05-07T12:00:00.000Z",
219
- "tags": [
220
- {
221
- "value": "",
222
- "label": ""
223
- }
224
- ],
225
- "posts": [
226
- {
227
- "integration": {
228
- "id": "INTEGRATION_ID"
229
- },
230
- "value": [
231
- {
232
- "content": "content",
233
- "id": "",
234
- "image": []
235
- }
236
- ],
237
- "group": "",
238
- "settings": {}
239
- }
240
- ]
241
- }'
242
- ```
243
-
244
- Response:
245
-
246
- ``` json
247
- [{"postId" :" POST_ID" ,"integration" :" INTEGRATION_ID" }]
248
- ```
249
-
250
- ---
251
-
252
213
<br />
253
214
### Delete a post
254
215
You can’t perform that action at this time.
0 commit comments