POST /api/v1/support/query
Submits a new support query to the BugViper team. Authentication required: No (public endpoint)Request Body
Your full name.
Your email address. BugViper will use this address to follow up on your query.
A brief subject line summarizing your request (e.g.,
"Review not posting inline comments").The category that best describes your request. Must be one of:
bug_report— Something is broken or not working as expectedfeature_request— You’d like to suggest a new feature or improvementgeneral_inquiry— A general question about BugViperbilling— A question or issue related to your plan or paymentother— Anything that doesn’t fit the above categories
The urgency of your request. Must be one of
low, medium, or high.A detailed description of your issue or request. Include any relevant context such as repository names, PR numbers, error messages, or steps to reproduce.
Example
Response
Returns a confirmation object acknowledging receipt of your query.A unique identifier assigned to your support query. Keep this for reference if you need to follow up.
Always
"received" on a successful submission, confirming that your query has been accepted and will be reviewed by the BugViper team.