AVEADevelopers

AVEA Partner API

Bring recovery into your own app

Everything in the AVEA space at your hotel β€” circuit bookings, products, unattended-retail stock, health concierge β€” available as a clean REST API, a drop-in widget, and a TypeScript SDK. Keys are minted by the hotel owner in the partner portal; integration takes an afternoon.

Quickstart

curl -H "Authorization: Bearer avea_svc_YOUR_KEY" \
  https://office.avea.space/api/v1/embed/circuits
πŸš€

Getting started

Mint a key and make your first call in five minutes.

3 articles

πŸ“…

Booking circuits

How availability, options and confirmations behave.

2 articles

πŸ›’

Selling products

Catalog and unattended-retail stock.

2 articles

🧩

Widget drop-in

The no-code path: one script tag.

1 article

πŸ””

Webhooks & signatures

Push delivery with HMAC-SHA256 signatures and retries.

2 articles

🩺

Health concierge

Order vetted health services to a guest’s room.

1 article

⚠️

Errors & limits

Error shape, rate limits, pagination.

2 articles

Three ways to integrate

No code

Drop the widget script tag on any page β€” browse, options and Stripe checkout render in place, themed to your brand.

REST API

Versioned /v1 endpoints with OpenAPI docs, webhook push and a polling event feed. Build the booking flow into your own app.

TypeScript SDK

@avea/sdk β€” a thin typed client over /v1 with typed errors. One dependency, no codegen.