# Create a comment for an article **POST /articles/{slug}/comments** Create a comment for an article. Auth is required ## Servers - /api: /api () ## Authentication methods - Token ## Parameters ### Path parameters - **slug** (string) Slug of the article that you want to create a comment for ### Body: application/json (object) Comment you want to create - **comment** (object) ## Responses ### 200 OK #### Body: application/json (object) - **comment** (object) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)