The AITravel.Tech Partner API allows travel partners to search availability, create quotes, and confirm bookings through REST endpoints.
Authorization: Bearer YOUR_API_KEY
GET https://api.aitravel.tech/healthExpected response:
OK
POST https://api.aitravel.tech/v1/search
{
"arrivalDate": "2026-06-10",
"duration": 7,
"limit": 5,
"roomRequests": [
{
"adults": 2,
"children": 0,
"childrenAges": []
}
]
}
Search ↓ Property Options ↓ Create Quote ↓ Add Passengers ↓ Convert Quote To Booking ↓ Confirm Booking
Download integration resources for the AITravel.Tech Partner API.
Use the interactive sandbox to test search, pricing and booking flows.