GET /api/v1/reference/
Retrieve full detail for a single reference hotel by its UUID.Path parameters
The UUID of the reference hotel.
Response
Hotel UUID.
Hotel display name.
Country name.
City name.
Region or state.
Star rating.
Latitude coordinate, if available.
Longitude coordinate, if available.
Additional hotel metadata and embeddings.
Errors
| Status | Description |
|---|---|
404 Not Found | No hotel found for the given UUID. |
Example
GET /api/v1/reference
Get a presigned URL to download the latest reference hotel inventory file.Query parameters
How many minutes the presigned URL remains valid. Defaults to 60.
Response
Presigned URL for downloading the reference inventory file directly. Valid for
expirationMinutes minutes. No additional Authorization header is needed when fetching this URL.Errors
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid bearer token. |
404 Not Found | No reference inventory has been generated yet. Check back after the first export completes. |