# Add a comment to a post **POST /platform/posts/{post}/comments** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **post** (integer) id of the post you want to comment ### Body: application/json (object) - **content** (string) - **content_strip** (string) - **tagged_everyone** (boolean) true: if you want to notify all ambassadors (seller and manager) - **tagged_ambassadors** (array[integer]) ambassadors that will be notified ## Responses ### 201 returns the created comment ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The post does not exist [Powered by Bump.sh](https://bump.sh)