---
title: "Ingest an ELVIS fulfilment email: extract the delivery zip link + job id, emit elvis.delivery.received."
method: POST
path: "/v1/op/catalog.elvis.delivery_received"
tags: ["kernel-ops"]
---

# Ingest an ELVIS fulfilment email: extract the delivery zip link + job id, emit elvis.delivery.received.

`POST /v1/op/catalog.elvis.delivery_received`

## Headers

- `x-api-key` string, nullable

## Request body

- ElvisDeliveryInput
  - `to` string, nullable — Recipient — carries elvis-job-<id>@inbound.geopera.com
  - `subject` string, nullable
  - `text` string, nullable — Plain-text email body
  - `html` string, nullable — HTML email body

## Response `200`

Successful Response

- ElvisDeliveryOutput
  - `received` boolean
  - `matched` boolean
  - `job_id` string, nullable
  - `zip_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
