# LiquProp API - Submit Periodic Property Report

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

Submit a periodic report for a specific property using multipart/form-data via the LiquProp API

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/properties/{id}/reports
- Price: $0.010000/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-e3c3c459
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MG-cQyC-D875HK_mqAQfP

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-e3c3c459 -d '<json body>'
```

Example prompt: Submit a periodic report for property ID 'prop-00123' on LiquProp — here's the report file and the supporting documentation attached.

## When to prefer this

Use this endpoint when you need to submit a scheduled or periodic report for a specific property managed within the LiquProp platform, particularly when the report includes file attachments or binary data requiring multipart/form-data encoding. Prefer this over update endpoints when the intent is formal reporting rather than draft editing.

## Known failure modes

- Invalid or missing property ID returns 404 not found
- Malformed multipart/form-data body returns 400 bad request
- Payment of 0.01 USDC not provided or failed returns 402 payment required
- Unauthorized access to the property returns 403 forbidden
- Property not in a state that accepts reports returns 422 unprocessable entity
- Network or relay timeout returns 503 service unavailable

## How this service works

Submit a periodic report (multipart/form-data)

## Output

A confirmation response indicating the periodic report was successfully submitted for the specified property, typically including a report or submission ID and status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquprop-api-e3c3c459/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)
