# Create an article **POST /articles** Create an article. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Body: application/json (object) Article to create - **article** (object) ## Responses ### 201 OK #### Body: application/json (object) - **article** (object) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)