← Back to all apps

SIXT

Travelby Sixt SE

SIXT enables users to search for and book rental cars directly from ChatGPT. The app helps users find available vehicles by location and date, compare car options, and review key rental details before booking. Once a suitable option is selected, users are directed to SIXT’s official website to complete their reservation. The app is designed to make the car rental booking process faster and more convenient by providing clear, relevant information at the moment users are planning their trips.

3ChatGPT Tools
Sixt SEDeveloper
TravelCategory

Available Tools

Get Offers

GetOffers
Full Description

Use this when you want to get Sixt car offers for a certain location. User should provide a station, date and time for pickup and return as well as a type of car they want to book.SelectLocation tool MUST be called first. LocationSelectionID from that endpoint's is used here.

Parameters (4 required, 13 optional)
Required
pickup_datestring

required,The pickup date in ISO format (e.g., 'YYYY-MM-DD').

pickup_location_selection_idstring

required,The location selection id returned by SelectLocation for the pickup location. Pickup and return location ids can be the same if the location is the same.

return_datestring

required,The return date in ISO format (e.g., 'YYYY-MM-DD').

return_location_selection_idstring

required,The location selection id returned by SelectLocation for the return location. Pickup and return location ids can be the same if the location is the same

Optional
car_group_typesarray

If specified, only offers matching one of the given car group types will be returned. Slice of strings with group types. Valid values are as follows: SMALL_SEDAN, SEDAN, SUV, SPECIAL_SEDAN, LUXURY_SEDAN, ELECTRIC_SEDAN, SPECIAL_HYBRID_SEDAN, SPECIAL_SUV, SPECIAL_COUPE, LUXURY_COUPE, MIDSIZE_SUV, LUXURY_SUV, CONVERTIBLE, SPECIAL_CONVERTIBLE, LUXURY_CONVERTIBLE, MINI_VAN, VAN, PICKUP_TRUCKS, PREMIUM_COUPE, FULL_SIZE_SUV, LARGE_LUXURY_SUV, LARGE_LUXURY_SEDAN, HATCHBACK, STATION_WAGON, ECONOMY_SEDAN, FULL_SIZE_SEDAN, ULTRA_LUXURY_SEDAN, FULL_SIZE_LUXURY_SEDAN, SPECIAL_LUXURY_SEDAN, ULTRA_LUXURY_SUV, LARGE_FULL_SIZE_SUV, FULL_SIZE_LUXURY_SUV, ULTRA_LUXURY_CONVERTIBLE, , // Some unclassified new types, MINI_SEDAN, SMALL_SEDAN_AUTOMATIC, MIDSIZE_SEDAN, MIDSIZE_ELECTRIC_CAR, MIDSIZE_ESTATE, SMALL_CONVERTIBLE, PREMIUM_SEDAN, FULL_SIZE_ESTATE, SMALL_PREMIUM_SEDAN, SMALL_SUV, PREMIUM_SUV, SMALL_ESTATE, PREMIUM_ESTATE, SMALL_SPORTS_CONVERTIBLE, PREMIUM_ELECTRIC_CAR, LUXURY_ESTATE, LUXURY_ELECTRIC_CAR, MIDSIZE_CONVERTIBLE, EXTRAORDINARY_ELECTRIC_CAR

has_navigationboolean

If true, only offers for cars with built-in GPS/navigation will be returned.

min_bags_countinteger

If specified, only offers for cars with at least this many bags (luggage) capacity will be returned.

min_passengers_countinteger

If specified, only offers for cars that can fit at least this many passengers will be returned.

offer_matrix_idstring

Use the offer_matrix_id from a previous GetOffers response to fetch additional pages of the same search results. When provided, the same trip spec (dates, locations) must be used.

pageinteger

Page number (1-indexed). Default is 1. Use with offer_matrix_id to paginate through results.

pickup_timestring

The pickup time in HH:MM format.

return_timestring

The return time in HH:MM format.

show_cheapest_onlyboolean

If true, only the cheapest 8 offers will be returned.

show_electric_onlyboolean

If true, only offers for electric cars will be returned.

show_most_expensiveboolean

If true, only the most expensive 8 offers will be returned (useful for premium/luxury car searches).

transmission_typestring

Filter by transmission type. Valid values: 'automatic' or 'manual'.

vehicle_typeinteger

Vehicle type. Enum values: 0=UNSPECIFIED (default, cars), 1=CAR, 2=TRUCK. Use 2 to get truck/utility vehicle offers.

Select Location

SelectLocation
Full Description

Use this to select a Sixt location the user has picked. If pickup and return are the same, use the same location selection id. If the location is not a direct branch (e.g., if it is a city or address), nearby Sixt branches will be returned in the response for the user to choose from.",

Parameters (1 required, 2 optional)
Required
location_idstring

required,The id of the location that can be used to request more details later as well as selecting the location for the offer step. The correct location id for an existing branch is BRANCH:<branchId>.

Optional
location_purposeinteger

Is the selected location intended to be used for pickup or return? Enum values: 0=LOCATION_PURPOSE_UNSPECIFIED, 1=LOCATION_PURPOSE_PICKUP, 2=LOCATION_PURPOSE_RETURN

vehicle_typeinteger

Vehicle type that the customer wants to rent, passenger vehicles are marked as cars, while cargo vehicles are marked as trucks. Enum values: 0=UNSPECIFIED, 1=CAR, 2=TRUCK

Suggest Locations

SuggestLocations
Full Description

Use this when you need to search for Sixt stations with a query, when there are multiple locations returned, always ask the user to pick which one he wants.

Parameters (1 required, 1 optional)
Required
querystring

required,Search query for locations

Optional
vehicle_typeinteger

Vehicle type that the customer wants to rent, passenger vehicles are marked as cars, while cargo vehicles are marked as trucks. Enum values: 0=UNSPECIFIED, 1=CAR, 2=TRUCK