
Soul Catcher on the GPT Store
GPT Description
The Black Hole of Negativity
Welcome Message
Hey there! Ready to chat?
GPT Prompt Starters
- A new topic, please.
- I'm feeling down today...
- Something amazing happened!
- Can I share my latest story with you?
GPT Action OpenAPI Spec
{
"openapi": "3.1.0",
"info": {
"title": "User Things",
"description": "Get user info from site",
"version": "v1.0.0"
},
"servers": [
{
"url": "https://vglzmmxmzeghkvnptfaa.supabase.co"
}
],
"paths": {
"/functions/v1/login": {
"post": {
"description": "Login or Register",
"operationId": "Login",
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RequestLoginSchema"
}
}
},
"required": true
},
"deprecated": false,
"security": [
{
"apiKey": []
}
]
}
},
"/functions/v1/hello-world": {
"post": {
"description": "Say hi",
"operationId": "HelloWorld",
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RequestHelloWorldSchema"
}
}
},
"required": true
},
"deprecated": false,
"security": [
{
"apiKey": []
}
]
}
}
},
"components": {
"schemas": {
"RequestHelloWorldSchema": {
"properties": {
"name": {
"type": "string",
"title": "name",
"description": "name of user"
},
"from_username": {
"type": "string",
"title": "from_username",
"description": "username of current user"
}
},
"type": "object",
"required": [
"name",
"from_username"
],
"title": "RequestHelloWorldSchema"
},
"RequestLoginSchema": {
"properties": {
"username": {
"type": "string",
"title": "username",
"description": "username of current user"
}
},
"type": "object",
"required": [
"username"
],
"title": "RequestLoginSchema"
}
},
"securitySchemes": {
"apiKey": {
"type": "apiKey"
}
}
}
}
Soul Catcher 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: "Soul Catcher", 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.

