ECHO extends beyond the digital marketplace into physical cultural programming. Venue managers can register their spaces on the platform, attach events to those spaces, and reach the community of artists and buyers already active on ECHO. Artists looking for live opportunities can discover upcoming events and the venues behind them.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HelenaLM32/ECHO/llms.txt
Use this file to discover all available pages before exploring further.
Registering a venue
Venue managers create a venue profile that describes the physical space and how to reach it. A venue record captures:- Name and address — publicly displayed identifiers
- Capacity — maximum number of attendees the space can hold
- Contact details — phone number (
telefono), email, and website (sitio_web) - Hours (
horario) — opening times or availability schedule - Photos — up to three images (
img1,img2,img3) to showcase the space
Creating an event
Events are linked to a registered venue and carry everything a visitor needs to decide whether to attend.| Field | Description |
|---|---|
venue_id | The venue hosting the event |
creator_id | The ECHO user who created the event record |
title | Public event name |
description | Full event description |
start_date / end_date | Event datetime range |
precio | Ticket price (0 for free events) |
categoria | Creative discipline the event falls under |
link_entradas | External URL for ticket purchase |
img | Promotional image |
Discovering events
Artists and buyers on ECHO can browse all upcoming events or filter by venue.GET /events/venue/{venueId} endpoint is also how a venue’s own event calendar is displayed on its public profile — both use cases share the same query.
Events are visible to all authenticated users on ECHO, not just venue managers. Artists can use the event feed to identify venues aligned with their creative discipline.
Venue and event reviews
ECHO has a separate review system for venues and events, distinct from the order review system used in the marketplace. Any user can leave a review for a venue or an event after visiting or attending. Reviews include a score from 1 to 5 and an optional comment. Thetarget_type field distinguishes whether the review applies to a VENUE or an EVENT.
Each user can submit at most one review per venue and one review per event. Attempting to submit a second review for the same target returns a conflict error.
Next steps
Venue Manager Role
Understand the full set of capabilities available to venue managers on ECHO.
Venues API
Full reference for venue registration and management endpoints.
Events API
Full reference for event creation and discovery endpoints.