logo of GPTsNavigator on the GPT Store

GPTsNavigator on the GPT Store

Use GPTsNavigator on ChatGPT Use GPTsNavigator on 302.AI

GPT Description

A platform for sharing and exploring custom GPTs.

Welcome Message

Welcome to GPTsNavigator! Ready to explore or share a GPT?

GPT Prompt Starters

  • How to submit GPTs
  • List some GPTs

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "version": "1.0.0",
    "title": "Open API Document",
    "description": "API for GPTsAppNavigator."
  },
  "servers": [
    {
      "url": "https://gptsappnavigator.aier3.com"
    }
  ],
  "paths": {
    "/com/openai/gptsappnavigator/api/createApplicationByUrl.jss": {
      "post": {
        "summary": "Create GPTs link for user to navigate",
        "operationId": "createGPTsByUrl",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "url": {
                    "type": "string",
                    "description": "GPTs url"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/com/openai/gptsappnavigator/api/searchApplications.jss": {
      "post": {
        "summary": "search GPTs order by hot",
        "operationId": "searchGPTs",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "keyword": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "author": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "application_url": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "view_more_link": {
                          "type": "string",
                          "description": "view more GPTs"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/com/openai/gptsappnavigator/api/setApplicationCategory.jss": {
      "post": {
        "operationId": "setApplicationCategory",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "applicationId": {
                    "type": "string"
                  },
                  "categoryId": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "type": "string"
                    },
                    "data": {
                      "type": "integer"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/com/openai/gptsappnavigator/api/queryUncategorizedApplications.jss": {
      "post": {
        "operationId": "queryUncategorizedApplications",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "type": "string"
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "icon_url": {
                            "type": "string"
                          },
                          "owner_id": {
                            "type": "string"
                          },
                          "author": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string",
                            "format": "date-time-minute"
                          },
                          "id": {
                            "type": "integer"
                          },
                          "hot": {
                            "type": "integer"
                          },
                          "application_url": {
                            "type": "string"
                          },
                          "workspaceid": {
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/com/openai/gptsappnavigator/api/getAllCategories.jss": {
      "post": {
        "operationId": "getAllCategories",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {}
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "msg": {
                      "type": "string"
                    },
                    "code": {
                      "type": "string"
                    },
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "owner_id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string",
                            "format": "date-time-minute"
                          },
                          "id": {
                            "type": "integer"
                          },
                          "workspaceid": {
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
Use GPTsNavigator on 302.AI

GPTsNavigator FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "GPTsNavigator", 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.