POST
/articlesCreate an article
Request body
slugstringRequired"getting-started"
titlestringRequired"Getting started"
sectionIdstring · uuidOptionalcontentJsonobjectOptionalTipTap document JSON
Responses
201Article created
responseArticleOptionalExample request
cURL
curl -X POST \ 'https://api.example.com/articles' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'