# Add a video to a post **POST /platform/posts/{post}/video** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **post** (integer) The post id ### Body: application/x-www-form-urlencoded (object) - **id_chatroom** (integer) The id of the chatroom - **video** (string(binary)) The video file ## Responses ### 400 Bad Request - The video cannot be uploaded ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)