# LiquProp API - Create Property Draft

> LiquProp API - Create Property Draft is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Creates a new property draft record in the LiquProp real estate platform

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/properties/
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/liquprop-api-32b7d4e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SJptxzCM5NGHaTqeI4Mmk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability liquprop-api-32b7d4e8 -d '<json body>'
```

Example prompt: I want to create a new property draft on LiquProp for a 3-bedroom apartment at 12 Maple Street, Helsinki — save it as a draft so I can fill in the rest later.

## When to prefer this

Use this endpoint when you need to initiate a new property record in LiquProp in draft state — before it is finalized or published. Prefer this over update endpoints when the property does not yet exist in the system.

## Known failure modes

- Missing required property fields returns 400 Bad Request
- Invalid or malformed property data returns 422 Unprocessable Entity
- Payment not provided or insufficient USDC returns 402 Payment Required
- Authentication failure returns 401 Unauthorized
- Duplicate draft creation may return 409 Conflict

## How this service works

Create a property draft

## Output

Returns a confirmation of the newly created property draft, including the draft ID and any initial property record fields submitted, usable for subsequent update or submission operations.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquprop-api-32b7d4e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
