---
title: "OLTRE ECHO"
description: "<p><strong>Oltre Echo</strong> è un incontro dedicato al futuro della creatività nel punto in cui arte, tecnologia e intelligenza artificiale iniziano a costruire nuovi linguaggi.</p><p>A partire dall"
canonical: "https://www.gomry.com/event/OLTRE-ECHO-lrPU8PL1tXn4WDELRAp0"
---

# OLTRE ECHO

- **Event id**: `lrPU8PL1tXn4WDELRAp0`
- **Starts**: 2026-09-24T15:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-24T16:45:00.000Z (Europe/Rome)
- **Where**: Roncade, Italia
- **Organizer**: H-FARM
- **Availability**: `on_sale`
- **Page**: https://www.gomry.com/event/OLTRE-ECHO-lrPU8PL1tXn4WDELRAp0?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>Oltre Echo</strong> è un incontro dedicato al futuro della creatività nel punto in cui arte, tecnologia e intelligenza artificiale iniziano a costruire nuovi linguaggi.</p><p>A partire dall’esperienza di <strong>ECHO</strong>, progetto nato nell’ambito del Padiglione Venezia alla 61. Esposizione Internazionale d’Arte, l’incontro apre una riflessione più ampia su ciò che accade quando artisti, imprese, tecnologi e istituzioni lavorano insieme.<br>Una conversazione sul modo in cui la tecnologia sta trasformando i processi creativi, il ruolo dell’autore, l’esperienza del pubblico e le possibilità di relazione tra discipline differenti.<br>Un’occasione per andare <strong>oltre ECHO</strong>, partendo da ciò che il progetto ha generato per immaginare nuovi territori di sperimentazione tra cultura e innovazione.</p><p>Interverranno:<br><strong>Paolo Romor</strong>, Assessore alla Cultura del Comune di Venezia<br><strong>Laura Besio</strong>, Consigliere regionale con delega speciale per Venezia, Laguna e Porto Marghera<br><strong>Riccardo Donadon</strong>, CEO e Founder di H-FARM<br><strong>Maurizio Carlin</strong>, Commissario del Padiglione Venezia<br><strong>Giovanna Zabotti</strong>, Curatrice del Padiglione Venezia<br><strong>Paolo Fantin</strong>, Artista<br><strong>Gianpaolo Barozzi</strong>, Cisco e co-autore<br><strong>Davide Bartolucci</strong>, SHADO (H-FARM) e co-autore<br><br><strong>Durante l’evento verrà proiettato il docufilm “ECHO”, prodotto da SHADO</strong>, che racconta la nascita del progetto, il dialogo tra arte e tecnologia e il processo creativo che ha portato alla realizzazione dell’opera.</p><p><strong>Verrà inoltre presentato “From Artwork to Knowledge”, lo studio commissionato da Cisco</strong> per osservare e comprendere come cambiano i processi di collaborazione quando artisti, ingegneri, designer e intelligenza artificiale lavorano insieme, trasformando l’esperienza di ECHO in un terreno di ricerca e produzione di nuova conoscenza.</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `wFDoSje5EwTRhlGfz8Xn` | General Admission | free | eur | yes | 1–1 | no | 2027-09-16T12:30:30.563Z |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `7v8r57lobz9eto4kz4poq4` | Privacy Policy | dropdown | yes | yes | DO IL CONSENSO, NEGO IL CONSENSO |
| `jv4xaugyophf9h7okhtks` | Foto/Video | dropdown | yes | yes | DO IL CONSENSO, NEGO IL CONSENSO |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "wFDoSje5EwTRhlGfz8Xn",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "7v8r57lobz9eto4kz4poq4",
      "value": "DO IL CONSENSO"
    },
    {
      "question_id": "jv4xaugyophf9h7okhtks",
      "value": "DO IL CONSENSO"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
