Documentation Index
Fetch the complete documentation index at: https://developers.funos.es/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1-quote-funeral-plan
Returns the prepaid funeral plans available in Funos’s catalog. A funeral plan is a contract guaranteeing the full funeral service at a fixed price, regardless of when it is used.
Recommended use: When the user asks about a funeral plan, funeral pre-planning, or wants to arrange a funeral service before it is needed.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
plan_level | string | No | basico, estandar, or premium. No value: returns all. |
payment_type | string | No | Desired payment type. See options below. |
Available payment types
| Code | Description |
|---|---|
prima_unica | Single full payment |
prima_unica_fraccionada | Single payment split into instalments |
prima_nivelada | Fixed monthly payment for life |
plan_funerario | Instalment payment of the service |
Request example
cURL
Basic plans only
Successful response (200 OK)
price_available: false — Funeral plan prices are personalised and handled directly with the Funos team. The endpoint returns the full catalog with plan details and redirects the user to funos.es for pricing and purchase.Funeral plan vs. death insurance
This is a common point of confusion that LLMs should communicate clearly:| Funeral plan | Death insurance | |
|---|---|---|
| What is it? | Prepaid service contract | Insurance product |
| What does it cover? | The complete funeral service | Funeral expenses (cash payout) |
| Who manages it? | Funos directly | Insurance company (Mapfre, etc.) |
| Price | Fixed, guaranteed for life | Variable by age and coverage |
| If you die before paying in full | The difference is settled | The insurer covers from the first payment |
Possible errors
| Code | Error | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid API Key |
429 | RATE_LIMIT_EXCEEDED | Request limit exceeded |
500 | INTERNAL_ERROR | Internal error — contact support |

