Use TripSensei on ChatGPT Use TripSensei on 302.AI

GPT Description

TripSensei will help you discover best attractions and most beautiful photo spots with directions for each location!

Welcome Message

Hello

GPT Prompt Starters

  • ✦ How to use TripSensei?
  • I need a summary for my upcoming trip
  • Show me best things-to-do nearby
  • I forgot to buy souvenirs on my last trip

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Tiqets.com API",
    "description": "Retrieve up-to-date attractions for countries and cities.",
    "version": "v2.0.0"
  },
  "servers": [
    {
      "url": "https://api.tiqets.com/v2"
    }
  ],
  "paths": {
    "/products": {
      "get": {
        "description": "Search attractions by location.",
        "operationId": "SearchAttractionByLocation",
        "parameters": [
          {
            "name": "lang",
            "in": "query",
            "description": "Language of the content to retrieve. Defaults to English if undefined.",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "currency",
            "in": "query",
            "description": "Currency code of the price components.",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "Name of the place. Textual query to find products that match the query. The results are ranked by internal calculation of relevancy which can change over time.",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "min_rating",
            "in": "query",
            "description": "Minimum rating of the product in customer reviews.",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "country_name",
            "in": "query",
            "description": "Name of the country to filter by.",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "country_id",
            "in": "query",
            "description": "Tiqets ID of the product country to filter by.",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "city_name",
            "in": "query",
            "description": "Name of the city to filter by.",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "city_id",
            "in": "query",
            "description": "Tiqets ID of the product city to filter by.",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "description": "Tiqets ID of the product country to filter by.",
            "required": false,
            "schema": {
              "type": "string",
              "enum": [
                "popularity",
                "price",
                "title",
                "asc",
                "desc"
              ]
            }
          },
          {
            "name": "page",
            "in": "query",
            "description": "Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.",
            "required": true,
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "page_size",
            "in": "query",
            "description": "Number of items per page. Default value is 10, maximum value is 100.",
            "required": true,
            "schema": {
              "type": "integer"
            }
          }
        ],
        "security": [
          {
            "ApiKeyAuth": []
          }
        ],
        "headers": {
          "User-Agent": {
            "description": "Identifies the client software originating the request.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {},
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "Authorization",
        "description": "API key needed to authorize requests. Format: 'Token {api_key}'"
      }
    }
  }
}
Use TripSensei on 302.AI

TripSensei GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "TripSensei", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.