Content Title Generator
收藏RapidAPI2026-07-04 更新2026-07-06 收录
下载链接:
https://rapidapi.com/quarksol-quarksol-default/api/content-title-generator
下载链接
链接失效反馈官方服务:
资源简介:
A comprehensive API bundle combining 1 related tools: Title And Description Genertaor.
创建时间:
2026-07-04
原始信息汇总
数据集概述:Content Title Generator
这是一个专注于为YouTube视频生成优化标题和描述的API数据集,由QuarkSol提供。
基础信息
- API名称: Content Title Generator
- 类别: Entertainment
- 服务等级: 100%
- 延迟: 7589ms
- 流行度: 8.4
- 订阅计划:
- BASIC: $0.00/月
- PRO: $1.00/月
- ULTRA: $3.00/月
- MEGA: $5.00/月
核心功能
该API将1个相关工具(Title And Description Generator)整合为一个综合性API包。核心端点 POST /title_and_description_generator 通过先进的AI选项(包括主题、关键词、语气、CTA钩子和表情符号格式)生成优化的YouTube视频标题和描述。
请求参数
| 参数名 | 类型 | 是否必需 | 描述 |
|---|---|---|---|
video_topic |
string | 是 | 视频的主要主题或概念 |
keywords |
string | 否 | 目标SEO搜索关键词(逗号分隔,最多3个) |
ai_mode |
string | 否 | 生成速度或引擎深度(Fast 或 Advanced) |
tone |
string | 否 | 品牌语气(casual、excited、professional、funny、educational) |
emoji |
string | 否 | 是否使用高点击率表情符号格式化内容(yes 或 no) |
call_to_action |
string | 否 | 预配置的行动号召钩子(subscribe、like、comment、none) |
cf_turnstile_response |
string | 否 | Cloudflare Turnstile验证令牌 |
user_identifier |
string | 否 | WordPress会话用户标识符 |
请求示例
json { "video_topic": "How to make a delicious strawberry milkshake", "keywords": "milkshake, recipe, easy", "tone": "excited", "emoji": "yes", "call_to_action": "subscribe" }
响应示例
json { "status": "completed", "extracted": { "items": { "title": "Ultimate Guide to Making the Perfect Milkshake | Easy and Delicious Recipe!", "description": "In this video, we will show you step-by-step how to make..." } } }



