# Submit a help form **POST /api/help** Allows users to submit help requests with metadata for pages on the site. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) The parameters to submit a help form. - **message** (string) description from the help report - **report_url** (string) email of the user to create - **topic** (string) topic selected by the user - **user_agent** (string) name of the user to create ## Responses ### 201 Form submitted #### Body: application/json (object) - **message** (string) description from the help report - **report_url** (string) email of the user who submitted the report - **topic** (string) topic selected by the user - **user_agent** (string) User agent of the user who submitted the report ### 400 Bad request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)