Post a new job
post_jobPost a new job listing, as the authenticated user. Equivalent to the website's "Post a Job" form. Charges a $2 posting fee immediately; requires a saved payment method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Job title | |
| category | Yes | Must be one of the allowed job categories | |
| description | Yes | Job description | |
| asking_price | Yes | Asking price in USD, must be positive | |
| estimated_days | Yes | Estimated days to complete, a positive whole number. A rough guide for bidders; nothing enforces it. | |
| idempotency_key | No | Optional. Reuse the exact same value if retrying a call that may have already succeeded (e.g. after a timeout) -- without it, a retry can charge the $2 posting fee twice. |