← 返回
未分类 Key

genstory ai story generator

Use when the user wants to generate a story through Genstory with an API key, submit a Genstory story task, poll task status, and return the final Genstory online story URL plus cover image. Also use when the user needs setup guidance for obtaining a key from https://www.genstory.app/api-keys and configuring GENSTORY_API_KEY in their skill or workflow.
user_25b4401b
未分类 community v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 107
下载
💾 0
安装
1
版本
#latest

概述

Genstory Story Generator

Use this skill when a workflow needs to call Genstory to generate a story and return a hosted story page URL.

Before you start

  • Tell the user to create an API key in the Genstory user center at https://www.genstory.app/api-keys.
  • Store that key as GENSTORY_API_KEY.
  • The intended final result is the online story URL and cover image.

Required flow

  1. Read GENSTORY_API_KEY from the environment or skill config.
  2. Submit a task to POST https://www.genstory.app/api/v1/story-tasks.
  3. Poll GET https://www.genstory.app/api/v1/story-tasks/{task_id} until the task becomes success or failed.
  4. Return the final structured result with:
    • story.id
    • story.title
    • story.url
    • story.cover_url
    • story.locale

Submit request

Send Authorization: Bearer ${GENSTORY_API_KEY}.

Minimum JSON body:

{
  "prompt": "Write a warm bedtime story about a brave little fox."
}

Recommended fields:

  • prompt
  • title
  • character_name
  • scenes_count
  • generation_type: default text
  • generation_mode: default standard
  • layout_mode
  • page_spec
  • public_visibility

Polling behavior

  • Treat pending and processing as in progress.
  • If status is failed, surface the API error clearly.
  • If status is success, return the hosted story data and encourage the user to open the Genstory URL.

Output contract

Prefer this final shape:

{
  "task_id": "task_uuid",
  "status": "success",
  "story": {
    "id": "story_uuid",
    "title": "Story title",
    "url": "https://www.genstory.app/stories/story-slug",
    "cover_url": "https://cdn.example.com/story-cover.webp",
    "locale": "en"
  }
}

References

  • For request and response examples, read references/api.md.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-09 19:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 902 📥 205,727
content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 59 📥 29,093
content-creation

Marketing Skills

jchopard69
{"answer":"获取23个营销模块,包含CRO、SEO、文案、分析、发布、广告及社媒的清单、框架与现成交付物。"}
★ 143 📥 30,718