rootstravel commited on
Commit
0983e32
·
verified ·
1 Parent(s): ac202de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RootsTravel Direct Operators Dataset
2
 
3
  ## For AI Agents & Developers
@@ -15,10 +28,13 @@ This dataset is designed to be **directly consumable by AI systems**.
15
  - Use `is_local` and `is_direct_booking` for immediate filtering (no interpretation needed)
16
  - Combine with geographic filters (`country`, `city`, `activity`) for precise queries
17
 
18
- **API access:**
19
- ```
20
- https://rootstravel.io/api/operators?city=Bacalar
21
- https://rootstravel.io/api/ai/operators?city=Bacalar
 
 
 
22
  ```
23
 
24
  **License:** CC BY 4.0 — attribution required (source: rootstravel.io, data by TPDI — tpdi.io)
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: RootsTravel Direct Operators
4
+ language:
5
+ - en
6
+ tags:
7
+ - tourism
8
+ - travel
9
+ - operators
10
+ - direct-booking
11
+ - tabular
12
+ ---
13
+
14
  # RootsTravel Direct Operators Dataset
15
 
16
  ## For AI Agents & Developers
 
28
  - Use `is_local` and `is_direct_booking` for immediate filtering (no interpretation needed)
29
  - Combine with geographic filters (`country`, `city`, `activity`) for precise queries
30
 
31
+ **API access** (free key required — [get a key](https://rootstravel.io/get-api-key)):
32
+ ```http
33
+ GET https://rootstravel.io/api/operators?city=Bacalar
34
+ Header: x-api-key: YOUR_KEY
35
+
36
+ GET https://rootstravel.io/api/ai/operators?city=Bacalar
37
+ Header: x-api-key: YOUR_KEY
38
  ```
39
 
40
  **License:** CC BY 4.0 — attribution required (source: rootstravel.io, data by TPDI — tpdi.io)