Seekers use this endpoint to post a new job listing to BidAuc. Once created, the job enters aDocumentation 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.
pending state and becomes immediately visible to Providers browsing available work. Requests must be authenticated and sent as multipart/form-data to support optional image uploads.
Request
Method:POST /job/create
Authentication: Required (JWT cookie)
Content-Type: multipart/form-data
Parameters
The title of the job. This is the primary label displayed to Providers when browsing listings.
The service category for the job. Must exactly match one of the 22 valid category names listed below.
How urgently the job needs to be completed. Free-form text (for example:
"ASAP", "Within a week").A detailed description of the work required.
Any extra requirements or notes for Providers, such as materials to bring or access instructions.
An optional single image illustrating the job (for example, a photo of the area needing repair). Stored as a static asset on the server.
Valid category values
Thecategory field must match one of the following names exactly (case-sensitive):
- 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
Example request
Responses
200 — success
Always
true on a successful response.Human-readable confirmation message.
500 — server error
Always
false on an error response.Error description prefixed with
"Error posting job: ".