Draft a rental listing
draft_listingCreate an unpublished draft rental listing owned by the signed-in person. Returns a URL to finish and publish it in the browser. Publishing is never done here: it requires identity verification and photos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A short title. Defaults to the address. | |
| price | Yes | Monthly rent in USD. | |
| address | Yes | Street address of the ADU. | |
| bedrooms | No | ||
| bathrooms | No | ||
| description | No | ||
| square_feet | No | ||
| property_type | No | ||
| available_from | No | YYYY-MM-DD | |
| idempotency_key | No | Optional. Send the same key when retrying so a dropped response cannot create a second request. |