As a service provider on BidAuc, you earn work by bidding on jobs posted by seekers. This guide covers how to discover available jobs, review existing bids, submit your own bid, track its status, and get started once a seeker accepts your offer.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 Provider.
- A valid JWT token must be present in your
tokencookie. Complete the OTP login flow before proceeding.
Bidding workflow
Browse available jobs
Retrieve all jobs currently open for bidding:Example response:Review each job’s name, category, urgency, and description to identify opportunities that match your skills.
Review existing bids on a job
Before submitting, check what other providers have already bid so you can price and position your offer competitively:Example response:
Submit your bid
Send your offer price and a description explaining why you are the best fit for the job:Example response:
Track your submitted bids
View all jobs you have placed bids on, along with each bid’s current status:This endpoint returns bid objects with the nested job populated. Check the
status field on each bid ("unaccepted" or "accepted") and the job’s bidStatus to know whether any bid has been accepted for that job.Check your active jobs after acceptance
Once a seeker accepts your bid, the job moves into your active jobs list. Retrieve it here:Example response:Active jobs have a
bidStatus of accepted and a completionStatus of pending — meaning the work is confirmed but not yet marked complete. Once you finish the job, the seeker will mark it as completed and it will move to your completed jobs list (GET /job/getProviderCompletedJobs).