Creating a job listing on BidAuc makes your work visible to qualified service providers who can then submit competitive bids. This guide walks you through authenticating, selecting the right category, filling in job details, optionally uploading an image, and submitting your listing via the API.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/harshalw2003/BidAuc/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- You must be registered and logged in as a Seeker.
- A valid JWT token must be present in your
tokencookie. See the Generate OTP and Login API pages if you haven’t logged in yet.
Posting your job
Authenticate with OTP login
All job creation endpoints require a valid JWT session cookie. If you are not yet logged in, request a one-time password and then exchange it for a session token:The login response sets the
token cookie. Pass -b cookies.txt on subsequent requests, or supply the cookie header directly.Choose a category
Every job must belong to one of the 22 supported service categories. The value you send must match the
If the category name does not match an existing record, the request will fail.
categoryName exactly (case-sensitive).| Category | Category |
|---|---|
| Plumbing | Electrical Works |
| Carpentry | Painting |
| Appliance Repair | Residential Cleaning |
| Commercial Cleaning | Disinfection Services |
| Pool Cleaning and Maintenance | Lawn Care and Mowing |
| Gardening | Tree Trimming and Removal |
| Residential Moving | Commercial Moving |
| Packing and Unpacking | Welding |
| Metal Fabrication | Machinery Repair |
| Loading and Unloading | Pet Grooming |
| Water Damage Restoration | Fire Damage Restoration |
Fill in job details
Prepare the following fields before submitting:
| Field | Required | Description |
|---|---|---|
jobName | Yes | Short, descriptive title for the job |
category | Yes | Exact category name from the table above |
urgency | No | Urgency level — e.g. low, medium, high |
description | Yes | Full description of the work needed |
additionalRequirements | No | Any extra requirements or preferences |
Upload a job image (optional)
Attaching a photo of the work site or problem area helps providers understand the scope of work before placing a bid. Images are sent as the
jobImages file field in the multipart form. While optional, including at least one image consistently leads to more and better-quality bids.Images are stored server-side under ./public/static/Assets/uploads/jobImages.