# Legal Fournier Email Consultation Submission

> Legal Fournier Email Consultation Submission is a paid API for AI agents from legalfournier.com, paid per call via x402, $60/call, status unknown (last checked 2026-09-15).

Submits a pre-quoted email consultation request to Legal Fournier for expert Spanish legal advice on residency, tax, property, or business matters.

## Facts

- Endpoint: POST https://legalfournier.com/api/commerce/email-consultations/submit
- Price: $60/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-fournier-email-consultation-submission-9d148373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u32Gn89VUmKMc_j_8xngQ

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 legal-fournier-email-consultation-submission-9d148373 -d '<json body>'
```

Example prompt: I already got a quote token from Legal Fournier — go ahead and submit my email consultation request about Spanish residency requirements using that token so I can get their expert legal advice.

## When to prefer this

Choose this endpoint when the user has already obtained a quote token from Legal Fournier's quote endpoint and is ready to finalize and submit their paid email consultation. This is the submission/checkout step, not the discovery or quoting step. Prefer this over generic legal information services when the user specifically needs expert Spanish legal advice on residency, tax, property, or business topics with a guaranteed human attorney response.

## Known failure modes

- Expired or invalid quoteToken — returns error or failure state if the short-lived token has timed out
- Double-submission — submitting the same quoteToken twice may fail or be rejected as already used
- Network or payment processing failure — success:false returned with no orderId
- Malformed request body — missing quoteToken causes validation error

## How this service works

Legal Fournier advises international clients on Spanish residency, tax, property, business, and cross-border legal matters across Spain.

## Output

Returns a JSON object confirming the consultation submission with a state field (e.g. 'complete'), a unique orderId (UUID format), and a boolean success flag indicating whether the request was successfully recorded and payment processed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "quoteToken": {
   "type": "string",
   "description": "Short-lived token returned by the corresponding quote endpoint"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "state": "complete",
  "orderId": "01900000-0000-7000-8000-000000000000",
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-fournier-email-consultation-submission-9d148373/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legalfournier.com](https://www.zero.xyz/host/legalfournier.com/llms.txt)
