
KidVerseAI: bedtime story for your child on the GPT Store
GPT Description
I craft unique bedtime stories for kids.
Welcome Message
Hi there! Let's create a wonderful bedtime story.
GPT Prompt Starters
- Let's create a bedtime story!
GPT Action OpenAPI Spec
{ "openapi": "3.1.0", "info": { "title": "KidVerse AI API", "description": "API for submitting stories in KidVerse AI.", "version": "v1.0.0" }, "servers": [ { "url": "https://api.kidverseai.com" } ], "paths": { "/api/v1/story-submission": { "post": { "operationId": "submitStory", "summary": "Submit a story", "description": "Endpoint for submitting stories along with user details.", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StorySubmission" } } } }, "responses": { "201": { "description": "Story successfully submitted", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SuccessfulResponse" } } } }, "422": { "description": "Validation Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ValidationError" } } } } } } } }, "components": { "schemas": { "StorySubmission": { "type": "object", "properties": { "code": { "type": "string", "pattern": "^[A-Z][A-Z0-9]{5}$", "example": "G68BCYSM" }, "story": { "$ref": "#/components/schemas/Story" }, "user": { "$ref": "#/components/schemas/User" } }, "required": [ "code", "story", "user" ] }, "Story": { "type": "object", "properties": { "type": { "type": "string" }, "topic": { "type": "string" }, "text": { "type": "string" }, "child_age": { "type": "integer", "description": "Age of the child in years", "example": 8 }, "child_name": { "type": "string" } }, "required": [ "type", "topic", "text", "child_age", "child_name" ] }, "User": { "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string", "format": "email" } }, "required": [ "name", "email" ] }, "SuccessfulResponse": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "code": { "type": "string" } } }, "ValidationError": { "type": "object", "properties": { "detail": { "type": "array", "items": { "$ref": "#/components/schemas/ErrorDetail" } } } }, "ErrorDetail": { "type": "object", "properties": { "loc": { "type": "array", "items": { "type": "string" } }, "msg": { "type": "string" }, "type": { "type": "string" } } } } } }
KidVerseAI: bedtime story for your child 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: "KidVerseAI: bedtime story for your child", 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.