Create an Article
POST
Introduction
This endpoint allows you to create a new article. Please note that those will have a source
marked as external
and can only be managed through the API.
- Articles created via this endpoint will be automatically
published
, and thus might be picked by the Siit Bot. - Category will be the default one when not provided.
Usage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Article created
The response is of type object
.